Call of Duty Script Documentation

setlookatnnimnodes( <look straight animation> , <look left animation>, <look right animation> )


Module
AI


Summary


Set the animation nodes for this actor for looking at things to the left and right.

Call this function on


<actor> An actor

Example


 self setLookAtAnimNodes(%look_straight, %look_left, %look_right);

Minimum Number of arguments: 3


Number of optional arguments: 0



Return to Function List