GameEventDataGameActionType
Type of a game-specific action
enum GameEventDataGameActionType {
BOMB_DEFUSED
BOMB_DEFUSE_BEGAN
BOMB_PLANTED
BOMB_PLANT_BEGAN
DRAFT_ENDED
DRAFT_STARTED
GAME_SPAWNED
ROUND_ENDED
ROUND_SPAWNED
ROUND_STARTED
}
Values
GameEventDataGameActionType.BOMB_DEFUSED
The bomb has been defused (only for CS2)
GameEventDataGameActionType.BOMB_DEFUSE_BEGAN
The defusing of the bomb has been started (only for CS2)
GameEventDataGameActionType.BOMB_PLANTED
The bomb has been planted (only for CS2)
GameEventDataGameActionType.BOMB_PLANT_BEGAN
The planting of bomb has been started (only for CS2)
GameEventDataGameActionType.DRAFT_ENDED
When the draft of characters have been ended (only for Dota2)
GameEventDataGameActionType.DRAFT_STARTED
When the draft of characters have been started (only for Dota2)
GameEventDataGameActionType.GAME_SPAWNED
The game has been spawned (only for CS2)
GameEventDataGameActionType.ROUND_ENDED
The round in the game has been ended (only for CS2)
GameEventDataGameActionType.ROUND_SPAWNED
A new round in the game has been spawned (only for CS2)
GameEventDataGameActionType.ROUND_STARTED
The round in the game has been started (only for CS2)
Member Of
GameEventGameAction
object