mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 21:37:43 +01:00
Merge pull request #2420 from Haselnussbomber/add-agent-events
Add events based on AgentUpdateFlag
This commit is contained in:
commit
3c3eb9159c
4 changed files with 79 additions and 18 deletions
|
|
@ -26,6 +26,12 @@ public unsafe interface IGameGui
|
|||
/// </summary>
|
||||
public event EventHandler<HoveredAction> HoveredActionChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Fired when the game sets one or more <see cref="AgentUpdateFlag"/> values,
|
||||
/// used by agents to conditionally update their addons.
|
||||
/// </summary>
|
||||
event Action<AgentUpdateFlag> AgentUpdate;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the game UI is hidden.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue