mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
759 B
759 B
Home > bitburner > WarehouseAPI > limitProductProduction
WarehouseAPI.limitProductProduction() method
Limit Product Production.
Signature:
limitProductProduction(divisionName: string, cityName: string, productName: string, qty: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
cityName | string | Name of the city |
productName | string | Name of the product |
qty | number | Amount to limit to |
Returns:
void