Home > bitburner > WarehouseAPI > makeProduct
Create a new product.
Signature:
makeProduct(
divisionName: string,
city: CityName,
productName: string,
designInvest: number,
marketingInvest: number,
): void;|
Parameter |
Type |
Description |
|---|---|---|
|
divisionName |
string |
Name of the division |
|
city |
Name of the city | |
|
productName |
string |
Name of the product |
|
designInvest |
number |
Amount to invest for the design of the product. |
|
marketingInvest |
number |
Amount to invest for the marketing of the product. |
Returns:
void
RAM cost: 20 GB