Osiris/API/ItemLeftTrigger: Difference between revisions
Jump to navigation
Jump to search
(Documented ItemLeftTrigger) |
(No difference)
|
Revision as of 15:14, 15 October 2017
Full Definition(s)
- event ItemLeftTrigger((ITEMGUID)_Item, (TRIGGERGUID)__Trigger, (CHARACTERGUID)_Mover)
Description
Thrown when an item is removed from a trigger that has been registered for item events.
Parameters
- _Item: the item that has been removed from the trigger.
- _Trigger: the trigger from which the item was removed.
- _Mover: the character that removed the item (if any; can be NULL in case of e.g. a TeleportTo story call).
Notes
- /