mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-24 21:47:45 +00:00
Extra commentary.
This commit is contained in:
parent
d1a4391a06
commit
778e9a28b0
1 changed files with 2 additions and 1 deletions
|
@ -764,8 +764,9 @@ pub enum ClientZoneIpcData {
|
|||
/// Sapphire calls this a context id but it was observed as an actual index into the list of gearsets that the client keeps on its side.
|
||||
gearset_index: u32,
|
||||
/// In order: weapon, off-hand, head, body, hands, invalid/waist, legs, feet, earrings, neck, wrist, left ring, right ring, soul crystal
|
||||
/// When a container is irrelevant, it is marked as 9999/ContainerType::Invalid.
|
||||
containers: [ContainerType; 14],
|
||||
/// Indices into the storages.
|
||||
/// Indices into the containers.
|
||||
indices: [u16; 14],
|
||||
/// For the moment, it is completely unclear what unk1 and unk2 are used for or represent.
|
||||
#[brw(pad_before = 6)]
|
||||
|
|
Loading…
Add table
Reference in a new issue