Call of Duty Script Documentation

stoplookat( <turn acceleration> )


Module
AI


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


Number of optional arguments: 0



Return to Function List