VP_EVENT_WORLD_SETTINGS_CHANGED
Event set and handler snippet
vp_event_set(instance, VP_EVENT_WORLD_SETTINGS_CHANGED, event_world_settings_changed);
void event_world_settings_changed(VPInstance instance) { }
Received when the world server is finished sending all world settings to the client.
Attributes
- No attributes are used for this event
Behavior
- There is no special behavior for this event
Examples
- This event has no usage examples; please add at least one to this page