C# Class idTech4.Game.Rules.TeamDeathmatch

Inheritance: Multiplayer
Show file Open project: iainmckay/idtech4.net

Public Methods

Method Description
SpawnPlayer ( int clientIndex ) : void
TeamDeathmatch ( ) : System
UserInfoChanged ( int clientIndex, bool canModify ) : bool

Protected Methods

Method Description
GetPlayerSkin ( idPlayer player ) : string

Method Details

GetPlayerSkin() protected method

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

SpawnPlayer() public method

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

TeamDeathmatch() public method

public TeamDeathmatch ( ) : System
return System

UserInfoChanged() public method

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