Skip to content

Commit

Permalink
Merge pull request #1188 from Haselnussbomber/update-control
Browse files Browse the repository at this point in the history
Update Control
  • Loading branch information
wolfcomp authored Nov 15, 2024
2 parents ef50ce7 + 14beed7 commit 6c23fd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FFXIVClientStructs/FFXIV/Client/Game/Control/Control.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ namespace FFXIVClientStructs.FFXIV.Client.Game.Control;

// Client::Game::Control::Control
[GenerateInterop]
[StructLayout(LayoutKind.Explicit, Size = 0x5F00)]
[StructLayout(LayoutKind.Explicit, Size = 0x7655)]
public unsafe partial struct Control {
[FieldOffset(0x00)] public CameraManager CameraManager;
[FieldOffset(0x180)] public TargetSystem TargetSystem;

[FieldOffset(0x5E43)] public bool IsWalking;
[FieldOffset(0x5EA8)] public uint LocalPlayerEntityId;
[FieldOffset(0x5EB0)] public BattleChara* LocalPlayer;
[FieldOffset(0x5EC0)] public Matrix4x4 ViewProjectionMatrix;
[FieldOffset(0x7603)] public bool IsWalking;
[FieldOffset(0x7668)] public uint LocalPlayerEntityId;
[FieldOffset(0x7670)] public BattleChara* LocalPlayer;
[FieldOffset(0x7680)] public Matrix4x4 ViewProjectionMatrix;

[StaticAddress("4C 8D 35 ?? ?? ?? ?? 48 8B 09", 3)]
public static partial Control* Instance();
Expand Down

0 comments on commit 6c23fd7

Please sign in to comment.