zp_get_user_zombie

No description available for this symbol.

Syntax

native zp_get_user_zombie(id) /** * Returns whether a player is banned from building. * * @param id Player index. * @return True if it is, false otherwise. */ native bb_is_user_banned(id) /** * Returns whether the game is still in the build phase. * * @param id Player index. * @return True if it is, false otherwise. */ native bb_is_build_phase() /** * Returns whether the game is in the preparation phase. * * @return True if it is, false otherwise. */ native bb_is_prep_phase() /** * Returns the current build time (in seconds). */ native bb_get_build_time()

Usage

id
Defined in basebuilder.inc at line 123 . This documentation was automatically generated from source.