zp_get_dragon_count
Returns number of alive dragons.
Syntax
native zp_get_dragon_count() /** * Returns number of alive berserkers. * * @return Berserker count. */ 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.
Return
dragon — count.
Defined in
zombie_plague_special.inc
at line 605
.
This documentation was automatically generated from source.