GameStateEntityAttributes
Wrapper object to extract any game attribute from the state
type GameStateEntityAttributes {
value(
type: GameEntityAttributeType
): GameAttributeValue
}
Fields
GameStateEntityAttributes.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
GameStateEntityAttributes.value.type●GameEntityAttributeTypeenumThe type of attribute
Member Of
GameStateEntity object