UnitDropItemSlotBJ
- Parameters
-
whichUnit unit
whichItem item
slot integer
- comment
- patch
-
1.17a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
boolean
- Source code
-
function UnitDropItemSlotBJ takes unit whichUnit, item whichItem, integer slot returns boolean return UnitDropItemSlot(whichUnit, whichItem, slot-1) endfunction