pub fn set_inventory_changes_action(pid: u16, action: u8)Expand description
Set the action type in a player’s inventory changes.
pid The player ID whose inventory changes should be used.
action The action (0 for SET, 1 for ADD, 2 for REMOVE).
Returns void