GameEventEntityAttributeUpdate
An attribute (e.g. health) for an entity (e.g. tower) in the game have been updated (only for Dota2)
type GameEventEntityAttributeUpdate {
entity: GameEntityMeta!
type: GameEntityAttributeType!
value: GameAttributeValue!
}
Fields
GameEventEntityAttributeUpdate.entity
● GameEntityMeta!
non-null object
The entity in the game
GameEventEntityAttributeUpdate.type
● GameEntityAttributeType!
non-null enum
The type of attribute
GameEventEntityAttributeUpdate.value
● GameAttributeValue!
non-null object
The current value for the attribute
Implemented By
GameEventData
union