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

Description

Wiki Description

Forces this actor to unequip all currently equipped items.

Documentation Comment

Unequips the all items from this actor


Caveats


Examples

; Force the player to unequip all currently equipped items.
Game.GetPlayer().UnequipAll()

Auto-Generated Example

myActor__toCallFunctionOn.UnequipAll()

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.