UnitDropItemPointBJ

Parameters
whichUnitunit
whichItemitem
xreal
yreal
comment
patch

1.17a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
boolean
Source code
function UnitDropItemPointBJ takes unit whichUnit, item whichItem, real x, real y returns boolean
    return UnitDropItemPoint(whichUnit, whichItem, x, y)
endfunction