cs_get_c4_defusing

Syntax

native bool:cs_get_c4_defusing(c4index);

Usage

c4index
C4 entity

Description

Returns if the bomb is being defused.

Return

1 if the bomb is being defused, 0 otherwise

Error

If the provided entity index is not a bomb, an error will be
thrown.