UnitDropItemPointBJ

Parameters
whichUnit unit
whichItem item
x real
y real
comment
patch

1.17a

Source
Blizzard.j
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