Table of Contents

Class Player

Namespace
OpenGSQ.Responses.Unreal2
Assembly
OpenGSQ.dll

Represents a player in the game.

public class Player
Inheritance
Player
Inherited Members

Properties

Id

Gets or sets the ID of the player.

public int Id { get; set; }

Property Value

int

Name

Gets or sets the name of the player.

public string Name { get; set; }

Property Value

string

Ping

Gets or sets the ping of the player.

public int Ping { get; set; }

Property Value

int

Score

Gets or sets the score of the player.

public int Score { get; set; }

Property Value

int

StatsId

Gets or sets the stats ID of the player.

public int StatsId { get; set; }

Property Value

int