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
whichItem | item |
1.00
location
function GetItemLoc takes item whichItem returns location
return Location(GetItemX(whichItem), GetItemY(whichItem))
endfunction