UnitDropItemPointBJ

Parameters
whichUnitunit
whichItemitem
xreal
yreal
comment
patch

1.17a

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
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