mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
930 B
930 B
Home > bitburner > WarehouseAPI > limitProductProduction
WarehouseAPI.limitProductProduction() method
Limit product production.
Signature:
limitProductProduction(divisionName: string, city: CityName | `${CityName}`, productName: string, qty: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division. |
city | CityName | `${CityName}` | Name of the city. |
productName | string | Name of the product. |
qty | number | Amount to limit to. Pass a negative value to remove the limit instead. |
Returns:
void
Remarks
RAM cost: 20 GB