Event OnUnacquireItem
Triggered when a NwItem is removed from a NwCreature's inventory.
This event is also fired when an item stack is destroyed when combining with another item stack.
public event Action<ModuleEvents.OnUnacquireItem> OnUnacquireItem
Returns
- Action<ModuleEvents.OnUnacquireItem>
- Triggered when a is removed from a 's inventory. This event is also fired when an item stack is destroyed when combining with another item stack.