ClearLookAt - Actor

Revision as of 14:32, 11 April 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Clears this actor's script-forced look-at target. == Syntax == <source lang="papyrus"> Function Cl…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Clears this actor's script-forced look-at target.

SyntaxEdit

Function ClearLookAt() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Clear the stalker's look at target
Stalker.ClearLookAt()

See AlsoEdit