bitburner-src/markdown/bitburner.warehouseapi.limitmaterialproduction.md
2022-11-28 10:44:04 -05:00

822 B

Home > bitburner > WarehouseAPI > limitMaterialProduction

WarehouseAPI.limitMaterialProduction() method

Limit Material Production.

Signature:

limitMaterialProduction(divisionName: string, cityName: string, materialName: string, qty: number): void;

Parameters

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. Pass a negative value to remove the limit instead.

Returns:

void