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 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()
Return
Survivor — count.
Defined in
zombieplaguenew1.3.inc
at line 354
.
This documentation was automatically generated from source.