Table of Contents

Enum EquipValidationResult

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

Represents the result of validating whether an item can be equipped.

public enum EquipValidationResult
Extension Methods

Fields

Denied = 0

Equipping is not allowed.

Okay = 1

Equipping is allowed.

ReplaceCurrentItem = 2

Equipping is allowed and will replace the current item in the slot.