IsPointBlightedBJ
- Parameters
-
where location
- comment
- patch
-
1.13
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
boolean
- Source code
-
function IsPointBlightedBJ takes location where returns boolean return IsPointBlighted(GetLocationX(where), GetLocationY(where)) endfunction