Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 930 Bytes

bitburner.warehouseapi.limitmaterialproduction.md

File metadata and controls

32 lines (22 loc) · 930 Bytes

Home > bitburner > WarehouseAPI > limitMaterialProduction

WarehouseAPI.limitMaterialProduction() method

Limit Material Production.

Signature:

limitMaterialProduction(
    divisionName: string,
    city: CityName | `${CityName}`,
    materialName: string,
    qty: number,
  ): void;

Parameters

Parameter Type Description
divisionName string Name of the division.
city CityName | `${CityName}` 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