Skip to main content
Version: 2024-10-11

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