bb_buildphase_started

Called when the build phase begins When the round starts (logevent)

Syntax

forward bb_buildphase_started() /** * Called when a player picks his NEXT zombie class * * @param id Player index forwarding the event. * @param class Class index picked */ forward bb_zombie_class_picked(id, class) /** * Called when a player has his CURRENT class applied. (respawn) * * @param id Player index forwarding the event. * @param class Class index picked */ forward bb_zombie_class_set(id, class) /** * Called when a player pushes or pulls an entity * * @param id Player index forwarding the event. * @param entity The entity index being moved * @param pushpull Whether it's being pushed or pulled * 1 = pushing, 2 = pulling */ forward bb_block_pushpull(id, entity, pushpull) /** * Called when a player grabs an entity
Defined in basebuilder.inc at line 286 . This documentation was automatically generated from source.