Call of Duty Script Documentation
lerpposition( <origin>, <angles> )
ModuleAI
Summary
Interpolate an actor's position, and angles.
Call this function on
<actor> An actor
Example
self lerpposition( entry['origin'], entry['angles'] );
Minimum Number of arguments: 2
1 : <origin>(vector) the position to interpolate to.
2 : <angles>(vector) the angles to interpolate to.
Number of optional arguments: 0
Return to Function List