Skip to content

Commit 3b88c0c

Browse files
committed
Update AtkComponentTextInput.cs
1 parent 60167d3 commit 3b88c0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentTextInput.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ namespace FFXIVClientStructs.FFXIV.Component.GUI;
1919
[StructLayout(LayoutKind.Explicit, Size = 0x600)]
2020
public unsafe partial struct AtkComponentTextInput : ICreatable {
2121
[FieldOffset(0x1F0)] public AtkUldComponentDataTextInput ComponentTextData;
22+
[FieldOffset(0x250), Obsolete("Use ComponentTextData.MaxByte instead")] public uint MaxTextLength;
23+
[FieldOffset(0x254), Obsolete("Use ComponentTextData.MaxChar instead")] public uint MaxTextLength2;
2224
[FieldOffset(0x26C)] public ushort InputSanitizationFlags; // passed to SanitizeString
2325

2426
[FieldOffset(0x280)] public Utf8String UnkText01;

0 commit comments

Comments
 (0)