IsPointBlightedBJ
- Parameters
-
where location
- comment
- patch
-
1.13
- Source
- Blizzard.j
- return type
-
boolean
- Source code
-
function IsPointBlightedBJ takes location where returns boolean return IsPointBlighted(GetLocationX(where), GetLocationY(where)) endfunction