Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions FFXIVClientStructs/FFXIV/Component/GUI/AtkUldManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ public unsafe partial struct AtkUldManager {
[MemberFunction("E8 ?? ?? ?? ?? 48 8B 7F 28 66 03 E8")]
public partial int GetNodeCount(AtkResNode* node);

/// <summary>
/// Sets any child <see cref="AtkTextNode"/>'s Text via TextId and SheetType, then recurses into child components.
/// </summary>
[MemberFunction("E8 ?? ?? ?? ?? 45 84 F6 74 59")]
public partial void SetupTextRecursive();

[MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 66 83 F8 04")]
public static partial void ReadAtkTextNodeData(AtkTextNode* node, byte* nodeData, bool unk);

Expand Down
Loading