C# Class FBClient.Network.Client

Show file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Properties

Property Type Description
Id int
IsReady bool
NewPlayer bool
Ping float
Player Player
Spectating bool
Username string

Public Methods

Method Description
Client ( int id ) : System
GetRoundedPing ( ) : double

Method Details

Client() public method

public Client ( int id ) : System
id int
return System

GetRoundedPing() public method

public GetRoundedPing ( ) : double
return double

Property Details

Id public property

public int Id
return int

IsReady public property

public bool IsReady
return bool

NewPlayer public property

public bool NewPlayer
return bool

Ping public property

public float Ping
return float

Player public property

public Player Player
return Player

Spectating public property

public bool Spectating
return bool

Username public property

public string Username
return string