Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 691 Bytes

bitburner.warehouseapi.setproductmarketta1.md

File metadata and controls

26 lines (16 loc) · 691 Bytes

Home > bitburner > WarehouseAPI > setProductMarketTA1

WarehouseAPI.setProductMarketTA1() method

Set market TA 1 for a product.

Signature:

setProductMarketTA1(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