ClearExpressionOverride - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Clears any expression override on this actor, letting the dialogue, AI, and other systems manage this actor's expression again.
Syntax[edit | edit source]
Function ClearExpressionOverride() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Clear any expression override on the special actor
SpecialActor.ClearExpressionOverride()
Notes[edit | edit source]
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.