Skip to main content

Enum BattleNpcSubKind

An Enum describing possible BattleNpc kinds.

Assembly: Dalamud.dll
View Source
Declaration
public enum BattleNpcSubKind : byte

Fields

None

Invalid BattleNpc.

View Source
Declaration
None = 0

BattleNpcPart

Weak Spots / Battle NPC parts Eg: Titan's Heart (Naval), Tioman's left and right wing (Sohm Al), Golem Soulstone (The Sunken Temple of Qarn).

View Source
Declaration
BattleNpcPart = 1

Pet

BattleNpc representing a Pet.

View Source
Declaration
Pet = 2

Chocobo

BattleNpc representing a Chocobo.

View Source
Declaration
Chocobo = 3

Enemy

BattleNpc representing a standard enemy.

View Source
Declaration
Enemy = 5

Extension Methods