mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-22 22:22:26 +01: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