VP_EVENT_OBJECT_DELETE

From Virtual Paradise Wiki
Revision as of 23:35, 25 August 2013 by Roy Curtis (talk | contribs) (ED user id correction)
(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_OBJECT_DELETE, event_object_delete);

void event_object_delete(VPInstance instance) { }

Received when an object is deleted by a client in the current world.

Attributes

Attribute Usage
VP_AVATAR_SESSION Session ID of object's deleter
VP_OBJECT_ID Object's unique ID

Behavior

  • This event is sent regardless of the receiver's distance relative to the deleted object (i.e. global)
  • Except in certain worlds, only the object's creator and a client with user ID 1 may delete an object

Examples

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