CompareLocationsBJ

Parameters
A location
B location
return type
boolean
Source code
function CompareLocationsBJ takes location A, location B returns boolean
    return GetLocationX(A) == GetLocationX(B) and GetLocationY(A) == GetLocationY(B)
endfunction
Source
Blizzard.j
wc3modding.com
CompareLocationsBJ