LerpPosition( <origin>, <angles> )


AI
Alleen SP

Samenvatting:

Interpoleer een actor zijn positie en gezichtspunt.



Call this on:

<actor> An actor



Example:

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



Required Args:

  • 1 : <origin>(vector) the position to interpolate to.
  • 2 : <angles>(vector) the angles to interpolate to.