Home > bitburner > WarehouseAPI > limitMaterialProduction
Limit Material Production.
Signature:
limitMaterialProduction(divisionName: string, cityName: string, materialName: string, qty: number): void;
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
cityName | string | Name of the city |
materialName | string | Name of the material |
qty | number | Amount to limit to |
Returns:
void