Table of Contents

Class Player

Namespace
OpenGSQ.Responses.Quake1
Assembly
OpenGSQ.dll

Represents a player in the game.

public class Player
Inheritance
Player
Inherited Members

Properties

Color1

Gets or sets the player's first color.

public int Color1 { get; set; }

Property Value

int

Color2

Gets or sets the player's second color.

public int Color2 { get; set; }

Property Value

int

Id

Gets or sets the player's ID.

public int Id { get; set; }

Property Value

int

Name

Gets or sets the player's name.

public string Name { get; set; }

Property Value

string

Ping

Gets or sets the player's ping.

public int Ping { get; set; }

Property Value

int

Score

Gets or sets the player's score.

public int Score { get; set; }

Property Value

int

Skin

Gets or sets the player's skin.

public string Skin { get; set; }

Property Value

string

Time

Gets or sets the player's time.

public int Time { get; set; }

Property Value

int