zp_is_survivor_round

Returns whether the current round is a survivor round.

Syntax

native zp_is_survivor_round() /** * Returns whether the current round is a swarm round. * * @return True if it is, false otherwise. */ native zp_is_swarm_round() /** * Returns whether the current round is a plague round. * * @return True if it is, false otherwise. */ native zp_is_plague_round() /** * Returns whether the current round is a Armageddon round. * * @return True if it is, false otherwise. */ native zp_is_lnj_round() /** * Returns number of alive zombies. * * @return Zombie count. */ native zp_get_zombie_count()

Return

True — if it is, false otherwise.

Defined in zombieplaguenew1.3.inc at line 305 . This documentation was automatically generated from source.