Call of Duty 4: Scripting Reference - Animation::GetMoveDelta
From COD Modding & Mapping Wiki
GetMoveDelta( <anim>, <start time>, <end time> )
Module: Animation
Summary:
Returns the movement vector difference in the given animation
Call this on:
Example:
Required arguments:
- <anim> An animation
Optional arguments:
- <start time> The start time as a fraction of the total animation time, from 0 to 1
- <end time> The end time as a fraction of the total animation time, from 0 to 1
Notes:
- none