Table of Contents

Class ModuleEvents.OnUnacquireItem

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

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.