mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 15:47:46 +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
|
@ -57,6 +57,17 @@ struct FFXIVIpcUpdatePosition :
|
||||||
/* 000C */ uint8_t unk[ 4 ]; // padding?
|
/* 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 :
|
struct FFXIVIpcSkillHandler :
|
||||||
FFXIVIpcBasePacket< SkillHandler >
|
FFXIVIpcBasePacket< SkillHandler >
|
||||||
|
|
Loading…
Add table
Reference in a new issue