GetItemLoc

Parameters
whichItem item
return type
location
Source code
function GetItemLoc takes item whichItem returns location
    return Location(GetItemX(whichItem), GetItemY(whichItem))
endfunction
Source
Blizzard.j
wc3modding.com
GetItemLoc