zp_is_spy_round

Returns whether the current round is a spy round.

Syntax

native zp_is_spy_round() /** * Returns number of alive snipers. * * @return Sniper count. */ native zp_get_sniper_count() /** * Returns number of alive assassins. * * @return Assassin count. */ native zp_get_assassin_count() /** * Returns number of alive predators. * * @return predator count. */ native zp_get_predator_count() /** * Returns number of alive bombardiers. * * @return bombardier count. */ native zp_get_bombardier_count()

Return

True — if it is, false otherwise.

Defined in zombie_plague_special.inc at line 570 . This documentation was automatically generated from source.