Player Remove Item

From the CreationKit Wiki
Jump to navigation Jump to search

Event triggered whenever the player removes an item from his inventory.

Event Data[edit | edit source]

  • ItemRef: The Object Reference of the item
  • OwnerRef: The Actor that owns this item.
  • Location: Location where the event was triggered.
  • ObjectForm: The base object of the item taken.
  • RemoveType: How this object was removed:
    • 0 REMOVE_TYPE_NONE
    • 1 REMOVE_TYPE_STOLEN
    • 2 REMOVE_TYPE_CONSUMED
    • 3 REMOVE_TYPE_SCRIPT
    • 4 REMOVE_TYPE_DROPPED
    • 5 REMOVE_TYPE_GIVEN
    • 6 REMOVE_TYPE_PUT_IN_CONTAINER
    • 7 REMOVE_TYPE_COUNT