SetUnitBlendTimeBJ

Parameters
whichUnit unit
blendTime real
return type
nothing
Source code
function SetUnitBlendTimeBJ takes unit whichUnit, real blendTime returns nothing
    call SetUnitBlendTime(whichUnit, blendTime)
endfunction
Source
Blizzard.j
wc3modding.com
SetUnitBlendTimeBJ