bb_get_build_time
Returns the current build time (in seconds).
Syntax
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. * * @param id Player index. * @param color Color to set. (enum) */ native bb_set_user_color(id, color) /** * Drops the users entity (if he has one). * * @param id Player index. */ native bb_drop_user_block(id)
Defined in
basebuilder.inc
at line 151
.
This documentation was automatically generated from source.