Skip to main content

Enum NamePlateKind

An enum describing what kind of game object this nameplate represents.

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

Fields

PlayerCharacter

A player character.

View Source
Declaration
PlayerCharacter = 0

EventNpcCompanion

An event NPC or companion.

View Source
Declaration
EventNpcCompanion = 1

Retainer

A retainer.

View Source
Declaration
Retainer = 2

BattleNpcEnemy

An enemy battle NPC.

View Source
Declaration
BattleNpcEnemy = 3

BattleNpcFriendly

A friendly battle NPC.

View Source
Declaration
BattleNpcFriendly = 4

EventObject

An event object.

View Source
Declaration
EventObject = 5

Treasure

Treasure.

View Source
Declaration
Treasure = 6

GatheringPoint

A gathering point.

View Source
Declaration
GatheringPoint = 7

BattleNpcSubkind6

A battle NPC with subkind 6.

View Source
Declaration
BattleNpcSubkind6 = 8

Other

Something else.

View Source
Declaration
Other = 9

Extension Methods