zp_has_round_started

Returns whether the ZP round has started, i.e. first zombie has been chosen or a game mode has begun.

Syntax

native zp_has_round_started() /** * Returns whether the current round is a nemesis round. * * @return True if it is, false otherwise. */ native zp_is_nemesis_round() /** * Returns whether the current round is a survivor round. * * @return True if it is, false otherwise. */ 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()

Return

- Round not started

Defined in zombieplague.inc at line 290 . This documentation was automatically generated from source.