mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
[AddonEventManager] Remove AtkUnitBase from remove event, it's not used to unregister events.
This commit is contained in:
parent
26e138c783
commit
627a41f236
1 changed files with 1 additions and 2 deletions
|
|
@ -29,10 +29,9 @@ public interface IAddonEventManager
|
||||||
/// Unregisters an event handler with the specified event id and event type.
|
/// Unregisters an event handler with the specified event id and event type.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="eventId">The Unique Id for this event.</param>
|
/// <param name="eventId">The Unique Id for this event.</param>
|
||||||
/// <param name="atkUnitBase">The parent addon for this event.</param>
|
|
||||||
/// <param name="atkResNode">The node for this event.</param>
|
/// <param name="atkResNode">The node for this event.</param>
|
||||||
/// <param name="eventType">The event type for this event.</param>
|
/// <param name="eventType">The event type for this event.</param>
|
||||||
void RemoveEvent(uint eventId, nint atkUnitBase, nint atkResNode, AddonEventType eventType);
|
void RemoveEvent(uint eventId, nint atkResNode, AddonEventType eventType);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Force the game cursor to be the specified cursor.
|
/// Force the game cursor to be the specified cursor.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue