VP_EVENT_JOIN

From Virtual Paradise Wiki
Revision as of 08:53, 22 July 2018 by Sleepy E (talk | contribs) (Added missing sdk event)
(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_JOIN, event_join);

void event_join(VPInstance instance) { }

A join request was received, sent to the client from a call to vp_join().

Attributes

Attribute Usage
VP_JOIN_ID ID of the join request
VP_JOIN_NAME Name of the client that sent join request
VP_USER_ID ID of the client's user account

Behavior

There is no special behavior for this event

Examples

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

See also