Skip to main content
Version: 2024-10-11

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

The type of attribute

Member Of

GameStateEntity object