C# Class idTech4.Game.Rules.Multiplayer

Inheritance: idGameRules
Datei anzeigen Open project: iainmckay/idtech4.net

Public Methods

Method Description
AddChatLine ( string format ) : void
Clear ( ) : void
Draw ( int clientIndex ) : bool
EnterGame ( int clientIndex ) : void
MapPopulate ( ) : void
Multiplayer ( ) : System
Precache ( ) : void
Reset ( ) : void
Run ( ) : void
SpawnPlayer ( int clientIndex ) : void
UserInfoChanged ( int clientIndex, bool canModify ) : bool

Protected Methods

Method Description
GetPlayerSkin ( idPlayer player ) : string

Private Methods

Method Description
UpdatePlayerSkin ( idPlayer player, bool restart ) : void

Method Details

AddChatLine() public method

public AddChatLine ( string format ) : void
format string
return void

Clear() public method

public Clear ( ) : 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

GetPlayerSkin() protected method

protected GetPlayerSkin ( idPlayer player ) : string
player idTech4.Game.Entities.idPlayer
return string

MapPopulate() public method

public MapPopulate ( ) : void
return void

Multiplayer() public method

public Multiplayer ( ) : System
return System

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