Skip to main content

Enum NamePlateStringField

An enum describing the string fields available in nameplate data. The Dalamud.Game.Gui.NamePlate.NamePlateKind and various flags determine which fields will actually be rendered.

Assembly: Dalamud.dll
Declaration
public enum NamePlateStringField

Fields

Name

The object's name.

Declaration
Name = 0

Title

The object's title.

Declaration
Title = 50

FreeCompanyTag

The object's free company tag.

Declaration
FreeCompanyTag = 100

StatusPrefix

The object's status prefix.

Declaration
StatusPrefix = 150

TargetSuffix

The object's target suffix.

Declaration
TargetSuffix = 200

LevelPrefix

The object's level prefix.

Declaration
LevelPrefix = 250

Extension Methods