zp_get_survivor_count
Returns number of alive survivors.
Syntax
native zp_get_survivor_count() /** * Returns whether the current round is a sniper round. * * @return True if it is, false otherwise. */ native zp_is_sniper_round() /** * Returns whether the current round is a assassin round. * * @return True if it is, false otherwise. */ native zp_is_assassin_round() /** * Returns whether the current round is a predator round. * * @return True if it is, false otherwise. */ native zp_is_predator_round() /** * Returns whether the current round is a bombardier round. * * @return True if it is, false otherwise. */ native zp_is_bombardier_round()
Return
Survivor — count.
Defined in
zombie_plague_special.inc
at line 514
.
This documentation was automatically generated from source.