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

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

Equip an item in a certain slot of the equipment of the temporary actor stored
on the server.

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