VP EVENT TELEPORT: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
m (fixed title display)
m (test of event page)
Line 1: Line 1:
Received by the client when a [[vp_teleport]] is fired for that client's session number.
{{SDK event page|Teleport|Received by the client when a [[vp_teleport]] is fired for that client's session number.
 
|attributes=
== Behavior ==
|behavior=
* This event is only broadcasted to the target session; no other sessions will see it
* 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
* The teleport is not ''enforced'' by the server; the client may ignore the event and not act upon it
 
|seealso=
[[Category:SDK events|T]]
}}
{{DISPLAYTITLE:VP_EVENT_TELEPORT}}

Revision as of 19:40, 24 August 2013

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