Call of Duty Script Documentation
getanimlength(<animation>)
ModuleAnimation
Summary
Gets the length of an animation
Example
cycleTime = getanimlength(climbAnim);
Minimum Number of arguments: 1
1 : <animation> a primitive animation: calling this function on a non-primitive animation will fail
Number of optional arguments: 0
Return to Function List