Description
Wiki Description
Forces this actor to unequip the specified shout.
Documentation Comment
Forces this actor to unequip the specified shout
Caveats
Parameters
Examples
; Force Joe to unequip the dragon breath shout
Joe.UnequipShout(DragonBreathShoutProperty)Auto-Generated Example
Shout myShout__akShout
myActor__toCallFunctionOn.UnequipShout(myShout__akShout)Related Pages
- Actor
- Actor.GetEquippedShout()
- Actor.EquipShout(...)
