C# Class FBClient.Network.NetworkGameManager

This class is specificaly used for the logic of network games
Inheritance: FBClient.Core.GameManager
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Méthode Description
AddClient ( Client client ) : void
AddPlayers ( ) : void
Dispose ( ) : void
GetClientFromId ( int clientId ) : Client
GetClientFromPlayer ( Player player ) : Client
GetPlayerFromClientId ( int clientId ) : Player
Initialize ( ) : void
LoadContent ( ) : void
NetworkGameManager ( ) : FBClient.Core
RoundEndAction ( ) : void
Update ( ) : void

Method Details

AddClient() public méthode

public AddClient ( Client client ) : void
client Client
Résultat void

AddPlayers() public méthode

public AddPlayers ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetClientFromId() public méthode

public GetClientFromId ( int clientId ) : Client
clientId int
Résultat Client

GetClientFromPlayer() public méthode

public GetClientFromPlayer ( Player player ) : Client
player Player
Résultat Client

GetPlayerFromClientId() public méthode

public GetPlayerFromClientId ( int clientId ) : Player
clientId int
Résultat Player

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

NetworkGameManager() public méthode

public NetworkGameManager ( ) : FBClient.Core
Résultat FBClient.Core

RoundEndAction() public méthode

public RoundEndAction ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void