mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
2a9e395805
41 changed files with 716 additions and 1223 deletions
|
|
@ -24,10 +24,10 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
[FieldOffset(145)] public byte PlayerTargetStatus; // This is some kind of enum
|
||||
[FieldOffset(146)] public byte YalmDistanceFromPlayer2; // and the other is z distance
|
||||
[FieldOffset(160)] public Position3 Position;
|
||||
|
||||
[FieldOffset(0x17F8)] public int TargetActorId;
|
||||
// This field can't be correctly aligned, so we have to cut it manually.
|
||||
[FieldOffset(0x17d0)] [MarshalAs(UnmanagedType.ByValArray, SizeConst = 7)] public byte[] CompanyTag;
|
||||
[FieldOffset(0x17F8)] public int TargetActorId;
|
||||
[FieldOffset(0x1868)] public int NameId;
|
||||
[FieldOffset(0x1884)] public byte CurrentWorld;
|
||||
[FieldOffset(0x1886)] public byte HomeWorld;
|
||||
[FieldOffset(6328)] public int CurrentHp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue