UnitUseItemPointLoc

Parameters
whichUnit unit
whichItem item
loc location
return type
boolean
Source code
function UnitUseItemPointLoc takes unit whichUnit, item whichItem, location loc returns boolean
    return UnitUseItemPoint(whichUnit, whichItem, GetLocationX(loc), GetLocationY(loc))
endfunction
Source
Blizzard.j
wc3modding.com
UnitUseItemPointLoc