UnitItemInSlotBJ
- Parameters
-
whichUnit unit
itemSlot integer
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
item
- Source code
-
function UnitItemInSlotBJ takes unit whichUnit, integer itemSlot returns item return UnitItemInSlot(whichUnit, itemSlot-1) endfunction