bb_is_build_phase
Returns whether the game is still in the build phase.
Syntax
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() /** * Sets the build timer to a specified number. * * @param time Time to set build timer to. (integer) */ native bb_set_build_time(time) /** * Returns the players current color ENUM. * * @param id Player index. */ native bb_get_user_color(id) /** * Sets the build timer to a specified number.
Usage
| id | Player index. |
Return
True — if it is, false otherwise.
Defined in
basebuilder.inc
at line 139
.
This documentation was automatically generated from source.