C# Class idTech4.Game.idGameRules

Inheritance: IDisposable
Datei anzeigen Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method 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

Method Description
Dispose ( bool disposing ) : void

Method Details

ClientConnect() public method

public ClientConnect ( int clientIndex ) : void
clientIndex int
return void

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( int clientIndex ) : bool
clientIndex int
return bool

EnterGame() public method

public EnterGame ( int clientIndex ) : void
clientIndex int
return void

IsInGame() public method

public IsInGame ( int clientIndex ) : bool
clientIndex int
return bool

MapPopulate() public method

public MapPopulate ( ) : void
return void

Precache() public method

public Precache ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Run() public method

public Run ( ) : void
return void

SpawnPlayer() public method

public SpawnPlayer ( int clientIndex ) : void
clientIndex int
return void

UserInfoChanged() public method

public UserInfoChanged ( int clientIndex, bool canModify ) : bool
clientIndex int
canModify bool
return bool

idGameRules() public method

public idGameRules ( ) : System
return System