GetItemLoc

Parameters
whichItem item
comment
patch

1.00

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