GameEventGameActionBombDefuseBegan
The defusing of the bomb has been started (only for CS2)
type GameEventGameActionBombDefuseBegan {
player: GamePlayer!
withDefuseKit: Boolean
}
Fields
GameEventGameActionBombDefuseBegan.player
● GamePlayer!
non-null object
The player who is defusing the bomb
GameEventGameActionBombDefuseBegan.withDefuseKit
● Boolean
scalar
The player is using a defuse kit to defuse the bomb
Implemented By
GameEventGameActionData
union