GetItemLoc
- Parameters
whichItem item
- comment
- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
location
- Source code
function GetItemLoc takes item whichItem returns location return Location(GetItemX(whichItem), GetItemY(whichItem)) endfunction