UnitDropItemTargetBJ
- Parameters
whichUnit unitwhichItem itemtarget widget- comment
- patch
1.17a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
function UnitDropItemTargetBJ takes unit whichUnit, item whichItem, widget target returns boolean return UnitDropItemTarget(whichUnit, whichItem, target) endfunction