IWieldableItem

The IWieldableItem interface links an inventory item to a wieldable object.

Properties

  • AttachedItem: The IItem currently associated with this wieldable.

  • Wieldable: The IWieldable object that is linked to the inventory item.

Events

  • AttachedItemChanged: Triggered when the attached item changes, passing the new IItem as a parameter.

Last updated