Difference between revisions of "OnItemRemoved - ObjectReference"
Jump to navigation
Jump to search
→Parameters
imported>Sollar |
imported>LukeH |
||
Line 14: | Line 14: | ||
*akBaseItem: The base object for the item that was removed from this container. | *akBaseItem: The base object for the item that was removed from this container. | ||
*aiItemCount: The number of items removed from this container. | *aiItemCount: The number of items removed from this container. | ||
*akItemReference: The specific reference removed from the container, if any. Will be None if a non-persistant object is | *akItemReference: The specific reference removed from the container, if any. Will be None if a non-persistant object is moved to a different container, used in crafting, (most likely) when consumed. If a non-persistant item is dropped from inventory into the world the generated reference is received. | ||
*akDestContainer: The container that the object(s) went to. If None, then the object was dropped into the world. | *akDestContainer: The container that the object(s) went to. If None, then the object was dropped into the world, used in crafting or consumed. | ||
== Examples == | == Examples == |