Call of Duty Script Documentation
setlookatyawlimits( <look anim yaw max> , <look yaw limit>, <blendtime> )
ModuleAI
Summary
Set the limits of what this actor can look at.
Call this function on
<actor> An actor
Example
self setLookAtYawLimits(lookAnimYawMax, lookYawLimit, blendtime);
Minimum Number of arguments: 3
1 : <look anim yaw max> The maximim yaw for the animation
2 : <look yaw limit> The maximim limit for the actual look at.
3 : <blendtime>The blend time for looking in seconds.
Number of optional arguments: 0
Return to Function List