C# Class idTech4.Game.Rules.TeamDeathmatch

Inheritance: Multiplayer
Afficher le fichier Open project: iainmckay/idtech4.net

Méthodes publiques

Méthode Description
SpawnPlayer ( int clientIndex ) : void
TeamDeathmatch ( ) : System
UserInfoChanged ( int clientIndex, bool canModify ) : bool

Méthodes protégées

Méthode Description
GetPlayerSkin ( idPlayer player ) : string

Method Details

GetPlayerSkin() protected méthode

protected GetPlayerSkin ( idPlayer player ) : string
player idTech4.Game.Entities.idPlayer
Résultat string

SpawnPlayer() public méthode

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

TeamDeathmatch() public méthode

public TeamDeathmatch ( ) : System
Résultat System

UserInfoChanged() public méthode

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