VP_EVENT_WORLD_DISCONNECT

From Virtual Paradise Wiki
Revision as of 23:02, 25 August 2013 by Roy Curtis (talk | contribs) (Created page with "{{sdk event page|world_disconnect|Fired when the SDK is unexpectedly disconnected from the world server. |attributes= |behavior= * Will not fire if the client intentionally di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Event set and handler snippet

vp_event_set(instance, VP_EVENT_WORLD_DISCONNECT, event_world_disconnect);

void event_world_disconnect(VPInstance instance) { }

Fired when the SDK is unexpectedly disconnected from the world server.

Attributes

No attributes are used for this event

Behavior

Examples

This event has no usage examples; please add at least one to this page