mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Add doc remark to RequestRedraw
This commit is contained in:
parent
c0968a61f6
commit
21a9cf215a
1 changed files with 5 additions and 0 deletions
|
|
@ -39,5 +39,10 @@ public interface INamePlateGui
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Requests that all nameplates should be redrawn on the following frame.
|
/// Requests that all nameplates should be redrawn on the following frame.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This causes extra work for the game, and should not need to be called every frame. However, it is acceptable to
|
||||||
|
/// call frequently when needed (e.g. in response to a manual settings change by the user) or when necessary (e.g.
|
||||||
|
/// after a change of zone, party type, etc.).
|
||||||
|
/// </remarks>
|
||||||
void RequestRedraw();
|
void RequestRedraw();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue