zp_is_lnj_round
Returns whether the current round is a Armageddon round.
Syntax
native zp_is_lnj_round() /** * Returns number of alive zombies. * * @return Zombie count. */ native zp_get_zombie_count() /** * Returns number of alive humans. * * @return Human count. */ native zp_get_human_count() /** * Returns number of alive nemesis. * * @return Nemesis count. */ native zp_get_nemesis_count() /** * Returns number of alive survivors. * * @return Survivor count. */ native zp_get_survivor_count()
Return
True — if it is, false otherwise.
Defined in
zombieplaguenew1.3.inc
at line 326
.
This documentation was automatically generated from source.