C# Class FBServer.Host.Client

Exibir arquivo Open project: Noxalus/Final-Bomber Class Usage Examples

Public Properties

Property Type Description
AlreadyPlayed bool
HasMap bool
IsHost bool
IsReady bool
NewClient bool
Password string
Ping float
Spectating bool
Username string

Public Methods

Method Description
Client ( NetConnection &client, int clientId ) : FBServer.Core

Method Details

Client() public method

public Client ( NetConnection &client, int clientId ) : FBServer.Core
client Lidgren.Network.NetConnection
clientId int
return FBServer.Core

Property Details

AlreadyPlayed public_oe property

public bool AlreadyPlayed
return bool

HasMap public_oe property

public bool HasMap
return bool

IsHost public_oe property

public bool IsHost
return bool

IsReady public_oe property

public bool IsReady
return bool

NewClient public_oe property

public bool NewClient
return bool

Password public_oe property

public string Password
return string

Ping public_oe property

public float Ping
return float

Spectating public_oe property

public bool Spectating
return bool

Username public_oe property

public string Username
return string