zp_is_dragon_round
Returns whether the current round is a dragon round.
Syntax
native zp_is_dragon_round() /** * Returns whether the current round is a berserker round. * * @return True if it is, false otherwise. */ native zp_is_berserker_round() /** * Returns whether the current round is a wesker round. * * @return True if it is, false otherwise. */ native zp_is_wesker_round() /** * Returns whether the current round is a spy round. * * @return True if it is, false otherwise. */ native zp_is_spy_round() /** * Returns number of alive snipers. * * @return Sniper count. */ native zp_get_sniper_count()
Return
True — if it is, false otherwise.
Defined in
zombie_plague_special.inc
at line 549
.
This documentation was automatically generated from source.