UnequipShout - Actor

Revision as of 16:28, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Forces this actor to unequip the specified shout.

SyntaxEdit

Function UnequipShout(Shout akShout) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit