Table of Contents

Class Player

Namespace
OpenGSQ.Responses.Samp
Assembly
OpenGSQ.dll

Represents the Player class.

public class Player
Inheritance
Player
Inherited Members

Properties

Id

Gets or sets the ID of the player.

public byte Id { get; set; }

Property Value

byte

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