Difference between revisions of "OnItemRemoved - ObjectReference"
Jump to navigation
Jump to search
m
→Parameters
imported>LukeH |
imported>LukeH m (→Parameters) |
||
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 moved to a different container | *akItemReference: The specific reference removed from the container, if any. Will be None if a non-persistant object is moved to a different container; a persistant or not item 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, used in crafting or consumed. | *akDestContainer: The container that the object(s) went to. If None, then the object was dropped into the world, used in crafting or consumed. | ||