bz_eWorldFinalized
This event is called when the world is done loading. This event contains no data and is only used for notification purposes.
Data Object Type
2.4.0
Parameters
These are the values accessible in the bz_EventData
variable that's made available in the Event
method.
Data Type | Name | Description |
---|
Plug-in Usage
Here's a list of plug-ins part of the official distribution that makes use of this event:
Plug-in Example
This block of code can be used to get started when implementing the Event()
function of your plug-in.
* dataObject = (*)eventData;
// Data
// ---
Other World Events
This content is maintained on GitHub. We welcome any feedback and improvements!