IsPointBlightedBJ

Parameters
where location
return type
boolean
Source code
function IsPointBlightedBJ takes location where returns boolean
    return IsPointBlighted(GetLocationX(where), GetLocationY(where))
endfunction
Source
Blizzard.j
wc3modding.com
IsPointBlightedBJ