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

691 B

Home > bitburner > WarehouseAPI > setProductMarketTA2

WarehouseAPI.setProductMarketTA2() method

Set market TA 2 for a product.

Signature:

setProductMarketTA2(divisionName: string, productName: string, on: boolean): void;

Parameters

Parameter Type Description
divisionName string Name of the division
productName string Name of the product
on boolean market ta enabled

Returns:

void