Class ModuleEvents.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 sealed class ModuleEvents.OnUnacquireItem : IEvent
- Inheritance
-
ModuleEvents.OnUnacquireItem
- Implements
- Inherited Members
- Extension Methods
Properties
- Item
Gets the NwItem that was lost by NwCreature.
This property is null when an item stack is destroyed when combining with another item stack.
- LostBy
Gets the NwCreature that lost the NwItem.