1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-24 21:47:45 +00:00

Extra commentary.

This commit is contained in:
The Dax 2025-07-20 11:10:55 -04:00
parent d1a4391a06
commit 778e9a28b0

View file

@ -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)]