Call of Duty Script Documentation
stoplookat( <turn acceleration> )
ModuleAI
Summary
Make this actor stop looking at its current look at target.
Call this function on
<actor> An actor
Example
self stopLookAt(1000);
Minimum Number of arguments: 1
1 : <turn acceleration> The turn acceleration
Number of optional arguments: 0
Return to Function List