mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
716 B
716 B
Home > bitburner > WarehouseAPI > makeProduct
WarehouseAPI.makeProduct() method
Signature:
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 |
Returns:
void