Interface INamePlateGui
Class used to modify the data used when rendering nameplates.
Assembly: Dalamud.dll
View Source
Declaration
public interface INamePlateGui
Methods
RequestRedraw()
Requests that all nameplates should be redrawn on the following frame.
View Source
Declaration
void RequestRedraw()
Events
OnNamePlateUpdate
An event which fires when nameplate data is updated and at least one nameplate has important updates. The subscriber is provided with a list of handlers for nameplates with important updates.
View Source
Declaration
event INamePlateGui.OnPlateUpdateDelegate? OnNamePlateUpdate
Event Type
Dalamud.Plugin.Services.INamePlateGui.OnPlateUpdateDelegate
OnDataUpdate
An event which fires when nameplate data is updated. The subscriber is provided with a list of handlers for all nameplates.
View Source
Declaration
event INamePlateGui.OnPlateUpdateDelegate? OnDataUpdate