IsUnitAliveBJ

Parameters
whichUnit unit
return type
boolean
Source code
function IsUnitAliveBJ takes unit whichUnit returns boolean
    return not IsUnitDeadBJ(whichUnit)
endfunction
Source
Blizzard.j
wc3modding.com
IsUnitAliveBJ