mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
28 lines
759 B
Markdown
28 lines
759 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [limitProductProduction](./bitburner.warehouseapi.limitproductproduction.md)
|
||
|
|
||
|
## WarehouseAPI.limitProductProduction() method
|
||
|
|
||
|
Limit Product Production.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
limitProductProduction(divisionName: string, cityName: string, productName: string, qty: number): void;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| divisionName | string | Name of the division |
|
||
|
| cityName | string | Name of the city |
|
||
|
| productName | string | Name of the product |
|
||
|
| qty | number | Amount to limit to |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
void
|
||
|
|