Skip to main content
Version: 2024-10-11

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 ● GameAttributeType enum

The type of the game attribute

Member Of

GameStatePlayer object ● GameStateTeam object