C# Class idTech4.Game.idGameRules

Inheritance: IDisposable
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
ClientConnect ( int clientIndex ) : void
Dispose ( ) : void
Draw ( int clientIndex ) : bool
EnterGame ( int clientIndex ) : void
IsInGame ( int clientIndex ) : bool
MapPopulate ( ) : void
Precache ( ) : void
Reset ( ) : void
Run ( ) : void
SpawnPlayer ( int clientIndex ) : void
UserInfoChanged ( int clientIndex, bool canModify ) : bool
idGameRules ( ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ClientConnect() public méthode

public ClientConnect ( int clientIndex ) : void
clientIndex int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( int clientIndex ) : bool
clientIndex int
Résultat bool

EnterGame() public méthode

public EnterGame ( int clientIndex ) : void
clientIndex int
Résultat void

IsInGame() public méthode

public IsInGame ( int clientIndex ) : bool
clientIndex int
Résultat bool

MapPopulate() public méthode

public MapPopulate ( ) : void
Résultat void

Precache() public méthode

public Precache ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SpawnPlayer() public méthode

public SpawnPlayer ( int clientIndex ) : void
clientIndex int
Résultat void

UserInfoChanged() public méthode

public UserInfoChanged ( int clientIndex, bool canModify ) : bool
clientIndex int
canModify bool
Résultat bool

idGameRules() public méthode

public idGameRules ( ) : System
Résultat System