Table of Contents

Class OnItemUnequip

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

Triggered when a creature attempts to unequip an item.

public sealed class OnItemUnequip : IEvent
Inheritance
OnItemUnequip
Implements
Inherited Members
Extension Methods

Properties

Creature

Gets the creature who is unequipping an item.

Item

Gets the item being unequipped.

PreventUnequip

Set to true to prevent this item from being unequipped.