VP_EVENT_OBJECT_DELETE
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