mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
685 B
685 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