VP EVENT WORLD SETTINGS CHANGED: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(Created page with "{{sdk event page|world_settings_changed|Received when the world server is finished sending all world settings to the client. |attributes= |behavior= |caveats= |examples= |seea...")
 
(No difference)

Latest revision as of 22:49, 25 August 2013

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