Skip to main content

Interface 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.

Assembly: Dalamud.dll
View Source
Declaration
public interface INamePlateInfoView

Properties

Name

Gets the displayed name for this nameplate according to the nameplate info object.

View Source
Declaration
SeString Name { get; }

FreeCompanyTag

Gets the displayed free company tag for this nameplate according to the nameplate info object. For this field, the quote characters which appear on either side of the title are NOT included.

View Source
Declaration
SeString FreeCompanyTag { get; }

QuotedFreeCompanyTag

Gets the displayed free company tag for this nameplate according to the nameplate info object. For this field, the quote characters which appear on either side of the title ARE included.

View Source
Declaration
SeString QuotedFreeCompanyTag { get; }

Title

Gets the displayed title for this nameplate according to the nameplate info object. For this field, the quote characters which appear on either side of the title are NOT included.

View Source
Declaration
SeString Title { get; }

QuotedTitle

Gets the displayed title for this nameplate according to the nameplate info object. For this field, the quote characters which appear on either side of the title ARE included.

View Source
Declaration
SeString QuotedTitle { get; }

LevelText

Gets the displayed level text for this nameplate according to the nameplate info object.

View Source
Declaration
SeString LevelText { get; }

Flags

Gets the flags for this nameplate according to the nameplate info object.

View Source
Declaration
int Flags { get; }

IsDirty

Gets a value indicating whether this nameplate is considered 'dirty' or not according to the nameplate info object.

View Source
Declaration
bool IsDirty { get; }

IsPrefixTitle

Gets a value indicating whether the title for this nameplate is a prefix title or not according to the nameplate info object. This value is derived from the Dalamud.Game.Gui.NamePlate.INamePlateInfoView.Flags field.

View Source
Declaration
bool IsPrefixTitle { get; }