Skip to content

Commit 96cb42d

Browse files
committed
AtkUnitBase.GetRootNode
1 parent 40565dd commit 96cb42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FFXIVClientStructs/FFXIV/Component/GUI/AtkUnitBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public bool IsVisible {
273273
[VirtualFunction(22)]
274274
public partial bool ShouldIgnoreInputs();
275275

276-
[VirtualFunction(23)]
276+
[VirtualFunction(24)]
277277
public partial AtkResNode* GetRootNode();
278278

279279
[VirtualFunction(26)]

ida/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6966,7 +6966,7 @@ classes:
69666966
17: SetScaleToHudLayoutScale
69676967
18: ShouldCollideWithWindow
69686968
22: ShouldIgnoreInputs
6969-
23: GetRootNode
6969+
24: GetRootNode
69706970
26: GetWindowBounds
69716971
29: GetRootBounds
69726972
36: Focus

0 commit comments

Comments
 (0)