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
public interface INamePlateInfoView
Properties
Name
Gets the displayed name for this nameplate according to the nameplate info object.
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.
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.
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.
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.
SeString QuotedTitle { get; }
LevelText
Gets the displayed level text for this nameplate according to the nameplate info object.
SeString LevelText { get; }
Flags
Gets the flags for this nameplate according to the nameplate info object.
int Flags { get; }
IsDirty
Gets a value indicating whether this nameplate is considered 'dirty' or not according to the nameplate info object.
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.
bool IsPrefixTitle { get; }