bitburner-src/markdown/bitburner.warehouseapi.makeproduct.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

890 B

Home > bitburner > WarehouseAPI > makeProduct

WarehouseAPI.makeProduct() method

Create a new product

Signature:

makeProduct(
    divisionName: string,
    cityName: string,
    productName: string,
    designInvest: number,
    marketingInvest: number,
  ): void;

Parameters

Parameter Type Description
divisionName string Name of the division
cityName string 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