RemoveUnitFromStockBJ

Parameters
unitId integer
whichUnit unit
comment
patch

1.07

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