ClearExpressionOverride - Actor
Revision as of 08:42, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Clears any expression override on this actor, letting the dialogue, AI, and o...")
Member of: Actor Script (Requires 1.6)
Clears any expression override on this actor, letting the dialogue, AI, and other systems manage this actor's expression again.
SyntaxEdit
Function ClearExpressionOverride() native
ParametersEdit
None.
Return ValueEdit
None.
ExamplesEdit
; Clear any expression override on the special actor
SpecialActor.ClearExpressionOverride()