Table of Contents

Enum CheckProficiencyOverride

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

An override value for a creature's item proficiency check.

public enum CheckProficiencyOverride
Extension Methods

Fields

HasProficiency = 1

Treat the creature as having proficiency for the item.

NoProficiency = 2

Treat the creature as lacking proficiency for the item.

None = 0

No override; defer to the default proficiency behavior.