zp_get_berserker_count
Returns number of alive berserkers.
Syntax
native zp_get_berserker_count() /** * Returns number of alive weskers. * * @return wesker count. */ native zp_get_wesker_count() /** * Returns number of alive spys. * * @return spy count. */ native zp_get_spy_count() /** * Returns the current game mode ID * * Note: For default game modes you can use, for eg. MODE_SWARM, * to check if the current round is swarm mode. * * Note: For custom game modes you must have the custom game * mode ID to detect it * * @return Current game mode ID */ native zp_get_current_mode()
Return
Berserker — count.
Defined in
zombie_plague_special.inc
at line 613
.
This documentation was automatically generated from source.