zp_is_assassin_round

Returns whether the current round is a assassin round.

Syntax

native zp_is_assassin_round() /** * Returns whether the current round is a predator round. * * @return True if it is, false otherwise. */ native zp_is_predator_round() /** * Returns whether the current round is a bombardier round. * * @return True if it is, false otherwise. */ native zp_is_bombardier_round() /** * Returns whether the current round is a dragon round. * * @return True if it is, false otherwise. */ 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()

Return

True — if it is, false otherwise.

Defined in zombie_plague_special.inc at line 528 . This documentation was automatically generated from source.