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 |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ClientConnect ( int clientIndex ) : void | ||
clientIndex | int | |
Résultat | void |
public EnterGame ( int clientIndex ) : void | ||
clientIndex | int | |
Résultat | void |
public SpawnPlayer ( int clientIndex ) : void | ||
clientIndex | int | |
Résultat | void |
public UserInfoChanged ( int clientIndex, bool canModify ) : bool | ||
clientIndex | int | |
canModify | bool | |
Résultat | bool |