GameEventEntityAttributeUpdate
Only the updated entity.attribute and entity's generic properties will appear
type GameEventEntityAttributeUpdate {
entity: GameEntityMeta!
type: GameEntityAttributeType!
value: GameAttributeValue!
}
Fields
GameEventEntityAttributeUpdate.entity
● GameEntityMeta!
non-null object
The entity updated
GameEventEntityAttributeUpdate.type
● GameEntityAttributeType!
non-null enum
The type of the attribute updated (1 at a time)
GameEventEntityAttributeUpdate.value
● GameAttributeValue!
non-null object
The new current value for this attribute type
Implemented By
GameEventData
union