Enumerations1
SymbolDescription
RoundState
Functions11
SymbolDescription
GameRules_GetPropRetrieves an integer value from a property of the gamerules entity.
GameRules_GetPropEntRetrieves a entity index from a property of the gamerules entity.
GameRules_GetPropFloatRetrieves a float value from a property of the gamerules entity.
GameRules_GetPropStringGets a gamerules property as a string.
GameRules_GetPropVectorRetrieves a vector of floats from the gamerules entity, given a named network property.
GameRules_GetRoundStateGets the current round state.
GameRules_SetPropSets an integer value for a property of the gamerules entity.
GameRules_SetPropEntSets an entity index for a property of the gamerules entity.
GameRules_SetPropFloatSets a float value for a property of the gamerules entity.
GameRules_SetPropStringSets a gamerules property as a string.
GameRules_SetPropVectorSets a vector of floats in the gamerules entity, given a named network property.