Call of Duty Script Documentation

setanimknoballrestart( <animation>, <root>, <weight>, <time>, <rate> )


Module
Animation


Summary


Set the weighting values of an animation and restart the anim.

Call this function on


<entity>

Example


self setanimknoballrestart( self.anim_crouchrunanim, %body, 1, 0.1, 1 );

Minimum Number of arguments: 2


Number of optional arguments: 3



Return to Function List