ResetUnitAnimation

Parameters
whichUnit unit
return type
nothing
Source code
function ResetUnitAnimation takes unit whichUnit returns nothing
    call SetUnitAnimation(whichUnit, "stand")
endfunction
Source
Blizzard.j
wc3modding.com
ResetUnitAnimation