mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Merge pull request #657 from Supamiu/patch-2
Add struct for UpdatePositionInstance
This commit is contained in:
commit
042b1c2cbc
1 changed files with 11 additions and 0 deletions
|
@ -56,6 +56,17 @@ struct FFXIVIpcUpdatePosition :
|
|||
/* 0008 */ Common::FFXIVARR_POSITION3 position;
|
||||
/* 000C */ uint8_t unk[ 4 ]; // padding?
|
||||
};
|
||||
|
||||
struct FFXIVIpcUpdatePositionInstance :
|
||||
FFXIVIpcBasePacket< UpdatePositionInstance >
|
||||
{
|
||||
/* 0000 */ float rotation;
|
||||
/* 0004 */ float interpolateRotation;
|
||||
/* 0008 */ uint32_t flags;
|
||||
/* 000C */ Common::FFXIVARR_POSITION3 position;
|
||||
/* 0018 */ Common::FFXIVARR_POSITION3 interpolatePosition;
|
||||
/* 0024 */ uint32_t unknown;
|
||||
};
|
||||
|
||||
|
||||
struct FFXIVIpcSkillHandler :
|
||||
|
|
Loading…
Add table
Reference in a new issue