Table of Contents

Enum AttackResult

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

Represents the resolved outcome of an individual attack.

public enum AttackResult
Extension Methods

Fields

AutomaticHit = 7

The attack was an automatic hit.

Concealed = 8

The target was concealed.

CriticalHit = 3

The attack resulted in a critical hit.

DevastatingCritical = 10

The attack resulted in a devastating critical hit.

Hit = 1

The attack hit the target.

Miss = 4

The attack missed the target.

MissChance = 9

The attack failed due to miss chance.

Parried = 2

The attack was parried.

Resisted = 5

The attack was resisted.

Unknown = 0

Outcome could not be determined.