IsUnitLoadedBJ

Parameters
whichUnit unit
return type
boolean
Source code
function IsUnitLoadedBJ takes unit whichUnit returns boolean
    return IsUnitLoaded(whichUnit)
endfunction
Source
Blizzard.j
wc3modding.com
IsUnitLoadedBJ