- Found in:
- SKSE
Description
Wiki Description
Forces this actor to equip the specified item at the specified slot.
Documentation Comment
unequips item at the given slot
Caveats
CK Wiki - Notes
- If the Specified form is not in the specified slot then the function will fail.
Parameters
Formitem
intequipSlot=0
boolpreventEquip=false
Examples
No human-generated examples found for this function.
Auto-Generated Example
Form myForm__item
int myInt__equipSlot
bool myBool__preventEquip
myActor__toCallFunctionOn.UnequipItemEx(myForm__item, myInt__equipSlot, myBool__preventEquip)Related Pages
- Actor
- Actor.IsEquipped(...)
- Actor.EquipItemEx(...)
