GameEventPlayerAbilityUpdate
The ability of player has been updated in the game (only for Dota2)
type GameEventPlayerAbilityUpdate {
ability: GameAbility!
player: GamePlayer!
}
Fields
GameEventPlayerAbilityUpdate.ability
● GameAbility!
non-null object
The changes to ability, only the fields which were changed are set
GameEventPlayerAbilityUpdate.player
● GamePlayer!
non-null object
Player who's ability has changed
Implemented By
GameEventData
union