VP EVENT URL: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(new .37 event)
(No difference)

Revision as of 18:25, 6 October 2013

Event set and handler snippet

vp_event_set(instance, VP_EVENT_URL, event_url);

void event_url(VPInstance instance) { }

A request for the receiving client to open a URL.

Attributes

Attribute Usage
VP_AVATAR_SESSION Source session ID of the URL request
VP_URL URL to open
VP_URL_TARGET Target container to open the URL in

Behavior

  • If VP_URL is a blank string, it should be assumed that the client close the web view for the specified target

Examples

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