AddItemToStockBJ
- Parameters
-
itemId integer
whichUnit unit
currentStock integer
stockMax integer
- comment
- patch
1.07
- Source
- Blizzard.j
- return type
nothing
- Source code
function AddItemToStockBJ takes integer itemId, unit whichUnit, integer currentStock, integer stockMax returns nothing call AddItemToStock(whichUnit, itemId, currentStock, stockMax) endfunction