mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 04:47:45 +01:00
[Api13] Add native wrapper structs (#2330)
This commit is contained in:
parent
b425ee0a2a
commit
57c6089fc1
23 changed files with 682 additions and 149 deletions
|
|
@ -140,7 +140,7 @@ internal unsafe class PluginEventController : IDisposable
|
|||
if (currentAddonPointer != eventEntry.Addon) return;
|
||||
|
||||
// Make sure the addon is not unloaded
|
||||
var atkUnitBase = (AtkUnitBase*)currentAddonPointer;
|
||||
var atkUnitBase = currentAddonPointer.Struct;
|
||||
if (atkUnitBase->UldManager.LoadedState == AtkLoadState.Unloaded) return;
|
||||
|
||||
// Does this addon contain the node this event is for? (by address)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue