GameModeParameters

Members

Member

Description

configuration

gameMode

nightMode

playerHasAllWeapons

playerTeam

Methods

Method

Description

GetGameLength()

GetRespawnTime()

GetTeamCount(team)

SetGameLength(gameLength)

SetRecommendedTeamCount(mapEntry)

SetRecommendedTeamCount(mapEntry, minCount, maxCount)

SetRespawnTime(respawnTime)

SetTeamCount(team, count)

ToString()

Static methods

Method

Description

CreateForGameMode(info)

Details

class GameModeParameters
const ConfigurationData configuration
const GameModeInfo gameMode
bool nightMode
bool playerHasAllWeapons
Team playerTeam
int GetGameLength()
float GetRespawnTime()
int GetTeamCount(Team team)
void SetGameLength(int gameLength)
void SetRecommendedTeamCount(MapEntry mapEntry)
void SetRecommendedTeamCount(MapEntry mapEntry, int minCount, int maxCount)
void SetRespawnTime(float respawnTime)
void SetTeamCount(Team team, int count)
string ToString()
static GameModeParameters CreateForGameMode(GameModeInfo info)