RemoveUnitFromStockBJ
- Parameters
-
unitId integer
whichUnit unit
- return type
nothing
- Source code
function RemoveUnitFromStockBJ takes integer unitId, unit whichUnit returns nothing call RemoveUnitFromStock(whichUnit, unitId) endfunction
- Source
- Blizzard.j
- wc3modding.com
- RemoveUnitFromStockBJ