split field in 6x70 command
This commit is contained in:
@@ -4546,7 +4546,8 @@ struct G_Unknown_6x6F {
|
|||||||
struct G_SyncPlayerDispAndInventory_V3_6x70 {
|
struct G_SyncPlayerDispAndInventory_V3_6x70 {
|
||||||
G_ExtendedHeader<G_UnusedHeader> header;
|
G_ExtendedHeader<G_UnusedHeader> header;
|
||||||
// Offsets in this struct are relative to the overall command header
|
// Offsets in this struct are relative to the overall command header
|
||||||
/* 000C */ parray<le_uint16_t, 2> unknown_a1;
|
/* 000C */ le_uint16_t client_id;
|
||||||
|
/* 000E */ le_uint16_t unknown_a1;
|
||||||
// [1] and [3] in this array (and maybe [2] also) appear to be le_floats;
|
// [1] and [3] in this array (and maybe [2] also) appear to be le_floats;
|
||||||
// they could be the player's current (x, y, z) coords
|
// they could be the player's current (x, y, z) coords
|
||||||
/* 0010 */ parray<le_uint32_t, 7> unknown_a2;
|
/* 0010 */ parray<le_uint32_t, 7> unknown_a2;
|
||||||
|
|||||||
Reference in New Issue
Block a user