Skip to main content

Namespace Dalamud.Game.Gui.NamePlate

Classes

NamePlateQuotedParts

A part builder for constructing and setting quoted nameplate fields (i.e. free company tag and title).

NamePlateSimpleParts

A part builder for constructing and setting a simple (unquoted) nameplate field.

Interfaces

INamePlateInfoView

Provides a read-only view of the nameplate info object data for a nameplate. Modifications to Dalamud.Game.Gui.NamePlate.NamePlateUpdateHandler fields do not affect this data.

INamePlateUpdateContext

Contains information related to the pending nameplate data update. This is only valid for a single frame and should not be kept across frames.

INamePlateUpdateHandler

A class representing a single nameplate. Provides mechanisms to look up the game object associated with the nameplate and allows for modification of various backing fields in number and string array data, which in turn affect aspects of the nameplate's appearance when drawn. Instances of this class are only valid for a single frame and should not be kept across frames.

Enums

NamePlateKind

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

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.