Call of Duty 4: Scripting Reference - Animation::SetAnimRestart
From COD Modding & Mapping Wiki
SetAnimRestart( <animation>, <weight>, <time>, <rate> )
Module: Animation
SP Only
Summary:
See "SetAnim."
Call this on: <entity>
Example:
self SetAnimRestart( %precombatrun1, 1, 0.1, 1 );
Required arguments:
- <animation> The animation
Optional arguments:
- none
Notes:
- none