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

Description

Wiki Description

Forces this actor to unequip the specified shout.

Documentation Comment

Forces this actor to unequip the specified shout


Caveats


Parameters

ShoutakShout

CK Wiki Description

The Shout to force the actor to unequip.


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


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.