Call of Duty Script Documentation

setlookat( <position> , <turn acceleration> )


Module
AI


Summary


Set the actor to exit the prone position.

Call this function on


<actor> An actor

Example


  self setLookAt(lookTargetPos, self.anim_lookTargetSpeed);

Minimum Number of arguments: 2


Number of optional arguments: 0



Return to Function List