AddItemToStockBJ

Parameters
itemId integer
whichUnit unit
currentStock integer
stockMax integer
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
Source
Blizzard.j
wc3modding.com
AddItemToStockBJ