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
View Source
Declaration
public enum NamePlateStringField

Fields

Name

The object's name.

View Source
Declaration
Name = 0

Title

The object's title.

View Source
Declaration
Title = 50

FreeCompanyTag

The object's free company tag.

View Source
Declaration
FreeCompanyTag = 100

StatusPrefix

The object's status prefix.

View Source
Declaration
StatusPrefix = 150

TargetSuffix

The object's target suffix.

View Source
Declaration
TargetSuffix = 200

LevelPrefix

The object's level prefix.

View Source
Declaration
LevelPrefix = 250

Extension Methods