Call of Duty 4: Scripting Reference - AI::StopLookAt
From COD Modding & Mapping Wiki
StopLookAt( <turn acceleration> )
Module: AI
SP Only
Summary:
Make this actor stop looking at its current look at target.
Call this on: <actor> An actor
Example:
self StopLookAt( 1000 );
Required arguments:
- <turn acceleration> The turn acceleration
Optional arguments:
- none
Notes:
- none