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

pub fn add_item_change(
    pid: u16,
    ref_id: &str,
    count: u16,
    charge: i16,
    enchantment_charge: f64,
    soul: &str
)

Add an item change to a player's inventory changes.

pid The player ID.
ref_id The refId of the item.
count The count of the item.
charge The charge of the item.
enchantment_charge The enchantment charge of the item.
soul The soul of the item.

Returns void