Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public unsafe partial struct TargetSystem {
[MemberFunction("E9 ?? ?? ?? ?? 48 8B 01 FF 50 08")]
public partial ulong InteractWithObject(GameObject* obj, bool checkLineOfSight = true);

[MemberFunction("E9 ?? ?? ?? ?? 8B C0 48 8D 0D")]
[MemberFunction("48 89 6C 24 ?? 56 48 ?? ?? ?? F6 81 ?? ?? ?? ?? ?? 48 ?? ?? 48")]
public partial void OpenObjectInteraction(GameObject* obj);

[MemberFunction("E8 ?? ?? ?? ?? 48 8B D8 48 85 C0 74 50 48 8B CB")]
Expand Down
4 changes: 2 additions & 2 deletions FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public unsafe partial struct RaptureAtkModule {
[FieldOffset(0x86E0)] public Utf8String BoldOn; // <bold(1)>
[FieldOffset(0x8748)] public Utf8String BoldOff; // <bold(0)>

[FieldOffset(0x87F7)] public AgentUpdateFlags AgentUpdateFlag; // reset happens in RaptureAtkModule_OnUpdate
[FieldOffset(0x87F8)] internal fixed byte AddonAllocators[0x28 * 889];
[FieldOffset(0x87F7 - 0x10)] public AgentUpdateFlags AgentUpdateFlag; // reset happens in RaptureAtkModule_OnUpdate
[FieldOffset(0x87F8 - 0x10)] internal fixed byte AddonAllocators[0x28 * 889];
[FieldOffset(0x112E0 - 0x10)] public StdVector<Utf8String> AddonNames;
[FieldOffset(0x112F8 - 0x10)] public AddonConfig* AddonConfigPtr;

Expand Down