We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40565dd commit 96cb42dCopy full SHA for 96cb42d
FFXIVClientStructs/FFXIV/Component/GUI/AtkUnitBase.cs
@@ -273,7 +273,7 @@ public bool IsVisible {
273
[VirtualFunction(22)]
274
public partial bool ShouldIgnoreInputs();
275
276
- [VirtualFunction(23)]
+ [VirtualFunction(24)]
277
public partial AtkResNode* GetRootNode();
278
279
[VirtualFunction(26)]
ida/data.yml
@@ -6966,7 +6966,7 @@ classes:
6966
17: SetScaleToHudLayoutScale
6967
18: ShouldCollideWithWindow
6968
22: ShouldIgnoreInputs
6969
- 23: GetRootNode
+ 24: GetRootNode
6970
26: GetWindowBounds
6971
29: GetRootBounds
6972
36: Focus
0 commit comments