ItemBox¶
Namespace: ChannelToClient · Opcode: 0x0075 (117)
Channel-to-client item box contents. Full-snapshot variant; the delta update variant uses a different opcode. Envision sends empty boxes until the inventory system lands.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
BoxType |
s8 |
— | Mirrors the request's BoxType. |
BoxId |
s64 |
— | Mirrors the request's BoxId. |
Unknown1 |
s32 |
— | Always 0 in observed traffic. |
MaxSlots |
u16 |
— | Fixed 50 in reference traffic. |
Unknown2 |
s32 |
— | Always 0 in observed traffic. |
UsedSlots |
s32 |
— | Number of non-empty slots that follow. Envision sends 0 so no per-slot data is appended — the reference appends one entry per used slot in the box's storage order. |