CompareLocationsBJ
- Parameters
A locationB location- comment
- patch
1.00
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- 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