C# Class FBServer.Host.Client

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

Méthodes publiques

Свойство Type Description
AlreadyPlayed bool
HasMap bool
IsHost bool
IsReady bool
NewClient bool
Password string
Ping float
Spectating bool
Username string

Méthodes publiques

Méthode Description
Client ( NetConnection &client, int clientId ) : FBServer.Core

Method Details

Client() public méthode

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

Property Details

AlreadyPlayed public_oe property

public bool AlreadyPlayed
Résultat bool

HasMap public_oe property

public bool HasMap
Résultat bool

IsHost public_oe property

public bool IsHost
Résultat bool

IsReady public_oe property

public bool IsReady
Résultat bool

NewClient public_oe property

public bool NewClient
Résultat bool

Password public_oe property

public string Password
Résultat string

Ping public_oe property

public float Ping
Résultat float

Spectating public_oe property

public bool Spectating
Résultat bool

Username public_oe property

public string Username
Résultat string