mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
923 B
923 B
Home > bitburner > WarehouseAPI > limitMaterialProduction
WarehouseAPI.limitMaterialProduction() method
Limit material production.
Signature:
limitMaterialProduction(divisionName: string, city: CityName, materialName: CorpMaterialName, qty: number): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division. |
| city | CityName | Name of the city. |
| materialName | CorpMaterialName | Name of the material. |
| qty | number | Amount to limit to. Pass a negative value to remove the limit instead. |
Returns:
void
Remarks
RAM cost: 20 GB