13 lines
232 B
Ucode
13 lines
232 B
Ucode
class ACTION_StopAnimation extends ScriptedAction;
|
|
|
|
function bool InitActionFor(ScriptedController C)
|
|
{
|
|
C.ClearAnimation();
|
|
return false;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
ActionString="stop animation"
|
|
bValidForTrigger=false
|
|
} |