Background for Skyrim SE
Member of the Actor script
voidfunctionUnequipItemSlot(intaiSlot)Native

Description

Wiki Description

Forces this actor to unequip all armor on the given slot.

Documentation Comment

Unequips the all items in this slot for the actor


Caveats


Parameters

intaiSlot

CK Wiki Description

The biped object slot from the actors race to unequip.


Examples

; Force the player to unequip the full helmets
Game.GetPlayer().UnequipItemSlot(30)

Auto-Generated Example

int myInt__aiSlot

myActor__toCallFunctionOn.UnequipItemSlot(myInt__aiSlot)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.