Call of Duty Script Documentation

getanimtime( <animation> )


Module
Animation


Summary


Get the animation time for the given animation.

Call this function on


<entity>

Example


if ( (self getAnimTime( %walk_and_run_loops ) ) < 0.5 )

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List