mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
33 lines
716 B
Markdown
33 lines
716 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [makeProduct](./bitburner.warehouseapi.makeproduct.md)
|
||
|
|
||
|
## WarehouseAPI.makeProduct() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
makeProduct(
|
||
|
divisionName: string,
|
||
|
cityName: string,
|
||
|
productName: string,
|
||
|
designInvest: number,
|
||
|
marketingInvest: number,
|
||
|
): void;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| divisionName | string | |
|
||
|
| cityName | string | |
|
||
|
| productName | string | |
|
||
|
| designInvest | number | |
|
||
|
| marketingInvest | number | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
void
|
||
|
|