GameStateAttributes
Wrapper object to extract any game attribute from the state
type GameStateAttributes {
value(
type: GameAttributeType
): GameAttributeValue
}
Fields
GameStateAttributes.value ● GameAttributeValue object
The value of the attributes specified by the field argument "type", this field can be used multiple times using field aliases to extract multiple values at once
GameStateAttributes.value.type●GameAttributeTypeenumThe type of the game attribute
Member Of
GameStatePlayer object ● GameStateTeam object