[][src]Function tes3mp_plugin::plugin::generated::set_inventory_changes_action

pub fn set_inventory_changes_action(pid: u16, action: u8)

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