Enum ObjectKind
Enum describing possible entity kinds.
Assembly: Dalamud.dll
View Source
Declaration
public enum ObjectKind : byte
Fields
None
Invalid character.
View Source
Declaration
None = 0
Player
Objects representing player characters.
View Source
Declaration
Player = 1
BattleNpc
Objects representing battle NPCs.
View Source
Declaration
BattleNpc = 2
EventNpc
Objects representing event NPCs.
View Source
Declaration
EventNpc = 3
Treasure
Objects representing treasures.
View Source
Declaration
Treasure = 4
Aetheryte
Objects representing aetherytes.
View Source
Declaration
Aetheryte = 5
GatheringPoint
Objects representing gathering points.
View Source
Declaration
GatheringPoint = 6
EventObj
Objects representing event objects.
View Source
Declaration
EventObj = 7
MountType
Objects representing mounts.
View Source
Declaration
MountType = 8
Companion
Objects representing minions.
View Source
Declaration
Companion = 9
Retainer
Objects representing retainers.
View Source
Declaration
Retainer = 10
Area
Objects representing area objects.
View Source
Declaration
Area = 11
Housing
Objects representing housing objects.