Table of Contents

Class ModuleEvents.OnPlayerUnequipItem

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

Triggered just before a NwCreature un-equips an NwItem.

public sealed class ModuleEvents.OnPlayerUnequipItem : IEvent
Inheritance
ModuleEvents.OnPlayerUnequipItem
Implements
Inherited Members
Extension Methods

Properties

Item

Gets the NwItem that was last unequipped.

Slot

Gets the slot that this item was taken from.

UnequippedBy

Gets the NwCreature that triggered the event.