Signature
native bool:cs_get_c4_defusing(c4index);
Description
Returns if the bomb is being defused.
Parameters
- c4index — C4 entity
Returns
1 if the bomb is being defused, 0 otherwise
Errors
-
If the provided entity index is not a bomb, an error will be
thrown.