VP_EVENT_TELEPORT
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