UnitDropItemTargetBJ

Parameters
whichUnit unit
whichItem item
target widget
comment
patch

1.17a

Source
Blizzard.j
return type
boolean
Source code
function UnitDropItemTargetBJ takes unit whichUnit, item whichItem, widget target returns boolean
    return UnitDropItemTarget(whichUnit, whichItem, target)
endfunction