RemoveUnitFromStockBJ
- Parameters
unitId integerwhichUnit unit- comment
- patch
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
function RemoveUnitFromStockBJ takes integer unitId, unit whichUnit returns nothing call RemoveUnitFromStock(whichUnit, unitId) endfunction