UnitDropItemPointLoc

Parameters
whichUnitunit
whichItemitem
loclocation
comment
patch

1.17a

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
boolean
Source code
function UnitDropItemPointLoc takes unit whichUnit, item whichItem, location loc returns boolean
    return UnitDropItemPoint(whichUnit, whichItem, GetLocationX(loc), GetLocationY(loc))
endfunction