ClearExpressionOverride - Actor
Member of: Actor Script
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()
NotesEdit
This function doesn't actually clear the expression. What it is doing is trying to force the expression to "MoodNeutral". If MoodNeutral doesn't exist this function may not do anything at all.