zp_get_human_count

Returns number of alive humans.

Syntax

native zp_get_human_count() /** * Returns number of alive nemesis. * * @return Nemesis count. */ native zp_get_nemesis_count() /** * Returns number of alive survivors. * * @return Survivor count. */ native zp_get_survivor_count() /** * Returns whether the current round is a sniper round. * * @return True if it is, false otherwise. */ native zp_is_sniper_round() /** * Returns whether the current round is a assassin round. * * @return True if it is, false otherwise. */ native zp_is_assassin_round()

Return

Human — count.

Defined in zombie_plague_advance.inc at line 392 . This documentation was automatically generated from source.