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