mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
[AddonEventManager] Properly track and cleanup events.
Also replaced DTR hooks with AddonLifecycle events.
This commit is contained in:
parent
979a5463ca
commit
674f02136b
7 changed files with 421 additions and 228 deletions
|
|
@ -29,9 +29,7 @@ public interface IAddonEventManager
|
|||
/// Unregisters an event handler with the specified event id and event type.
|
||||
/// </summary>
|
||||
/// <param name="eventId">The Unique Id for this event.</param>
|
||||
/// <param name="atkResNode">The node for this event.</param>
|
||||
/// <param name="eventType">The event type for this event.</param>
|
||||
void RemoveEvent(uint eventId, nint atkResNode, AddonEventType eventType);
|
||||
void RemoveEvent(uint eventId);
|
||||
|
||||
/// <summary>
|
||||
/// Force the game cursor to be the specified cursor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue