UnitDropItemSlotBJ

Parameters
whichUnit unit
whichItem item
slot integer
return type
boolean
Source code
function UnitDropItemSlotBJ takes unit whichUnit, item whichItem, integer slot returns boolean
    return UnitDropItemSlot(whichUnit, whichItem, slot-1)
endfunction
Source
Blizzard.j
wc3modding.com
UnitDropItemSlotBJ