VP_EVENT_UNIVERSE_DISCONNECT

From Virtual Paradise Wiki
Revision as of 23:04, 25 August 2013 by Roy Curtis (talk | contribs) (Created page with "{{sdk event page|universe_disconnect|Fired when the SDK is unexpectedly disconnected from the universe server. |attributes= |behavior= * Will not fire if the client intent...")
(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_UNIVERSE_DISCONNECT, event_universe_disconnect);

void event_universe_disconnect(VPInstance instance) { }

Fired when the SDK is unexpectedly disconnected from the universe 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