VP_EVENT_TELEPORT

From Virtual Paradise Wiki
Revision as of 19:40, 24 August 2013 by Roy Curtis (talk | contribs) (test of event page)
Jump to navigation Jump to search
Event set and handler snippet

vp_event_set(instance, VP_EVENT_TELEPORT, event_teleport);

void event_teleport(VPInstance instance) { }

Received by the client when a vp_teleport is fired for that client's session number.

Attributes

No attributes are used for this event

Behavior

  • This event is only broadcasted to the target session; no other sessions will see it
  • The teleport is not enforced by the server; the client may ignore the event and not act upon it

Examples

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