GameEventGameActionBombPlantBegan
The planting of bomb has been started (only for CS2)
type GameEventGameActionBombPlantBegan {
bombSide: String
player: GamePlayer!
}
Fields
GameEventGameActionBombPlantBegan.bombSide
● String
scalar
Site where the bomb is being planted
GameEventGameActionBombPlantBegan.player
● GamePlayer!
non-null object
The player who is planting the bomb
Implemented By
GameEventGameActionData
union