mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
977 B
977 B
Home > bitburner > WarehouseAPI > makeProduct
WarehouseAPI.makeProduct() method
Create a new product
Signature:
makeProduct(
divisionName: string,
city: CityName | `${CityName}`,
productName: string,
designInvest: number,
marketingInvest: number,
): void;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
city | CityName | `${CityName}` | 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