Black Ops III

LerpPosition

Interpolate an actor's position, and angles.

Example:

self LerpPosition( entry['origin'], entry['angles'] )

Parameters

ParameterSummary
*origin(vector) the position to interpolate to.
*angles(vector) the angles to interpolate to.

* = mandatory