C# Class FBClient.Network.Client

Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Свойство Type Description
Id int
IsReady bool
NewPlayer bool
Ping float
Player Player
Spectating bool
Username string

Méthodes publiques

Méthode Description
Client ( int id ) : System
GetRoundedPing ( ) : double

Method Details

Client() public méthode

public Client ( int id ) : System
id int
Résultat System

GetRoundedPing() public méthode

public GetRoundedPing ( ) : double
Résultat double

Property Details

Id public_oe property

public int Id
Résultat int

IsReady public_oe property

public bool IsReady
Résultat bool

NewPlayer public_oe property

public bool NewPlayer
Résultat bool

Ping public_oe property

public float Ping
Résultat float

Player public_oe property

public Player Player
Résultat Player

Spectating public_oe property

public bool Spectating
Résultat bool

Username public_oe property

public string Username
Résultat string