Background for Skyrim SE
Member of the Actor script
voidfunctionClearExpressionOverride()Native

Description

Wiki Description

Clears any expression override on this actor, letting the dialogue, AI, and other systems manage this actor's expression again.

Documentation Comment

Clears any expression override on the actor


Caveats


Examples

; Clear any expression override on the special actor
SpecialActor.ClearExpressionOverride()

Auto-Generated Example

myActor__toCallFunctionOn.ClearExpressionOverride()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.