This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
bz_registerEvent
void bz_registerEvent (bz_eEventType eventType, bz_EventHandler* eventHandler)
Registers a new event handler. This event handler will receive events of the event type specified.
Parameters:
eventType - The type of event to listen for
eventHandler - The listener that will be called when events of the specified type occur