ClearLookAt - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Clears this actor's script-forced look-at target.
Syntax[edit | edit source]
Function ClearLookAt() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Clear the stalker's look at target
Stalker.ClearLookAt()