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

pub fn unequip_item(pid: u16, slot: u16)

Unequip the item in a certain slot of the equipment of a player.

pid The player ID.
slot The equipment slot.

Returns void