Enum ObjectKind
Enum describing possible entity kinds.
Assembly: Dalamud.dll
Declaration
public enum ObjectKind : byte
Fields
None
Invalid character.
Declaration
None = 0
Player
Objects representing player characters.
Declaration
Player = 1
BattleNpc
Objects representing battle NPCs.
Declaration
BattleNpc = 2
EventNpc
Objects representing event NPCs.
Declaration
EventNpc = 3