ClearExpressionOverride - Actor

From the CreationKit Wiki
Revision as of 09: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

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()

See Also[edit | edit source]