GameEventGameActionBombDefuseBegan
Bomb is being defused
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