VP_EVENT_URL

From Virtual Paradise Wiki
Revision as of 18:25, 6 October 2013 by Roy Curtis (talk | contribs) (corrected attr type)
(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_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_TARGET Target container to open the URL in
VP_URL URL to open

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