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

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

Equip an item in a certain slot of the equipment of a player.

pid The player ID.
slot The equipment slot.
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.

Returns void