AddUnitToStockBJ
- Parameters
unitId integerwhichUnit unitcurrentStock integerstockMax integer- comment
- patch
1.07
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
nothing- Source code
function AddUnitToStockBJ takes integer unitId, unit whichUnit, integer currentStock, integer stockMax returns nothing call AddUnitToStock(whichUnit, unitId, currentStock, stockMax) endfunction