UnequipShout - Actor

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Forces this actor to unequip the specified shout.

Syntax[edit | edit source]

Function UnequipShout(Shout akShout) native

Parameters[edit | edit source]

  • akShout: The Shout to force the actor to unequip.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Force Joe to unequip the dragon breath shout
Joe.UnequipShout(DragonBreathShoutProperty)

See Also[edit | edit source]