Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 685 Bytes

bitburner.warehouseapi.setproductmarketta2.md

File metadata and controls

26 lines (16 loc) · 685 Bytes

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