Function clear_inventory_changes

Source
pub fn clear_inventory_changes(pid: u16)
Expand description

Clear the last recorded inventory changes for a player.

This is used to initialize the sending of new PlayerInventory packets.

pid The player ID whose inventory changes should be used.

Returns void