mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
27 lines
691 B
Markdown
27 lines
691 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [setProductMarketTA1](./bitburner.warehouseapi.setproductmarketta1.md)
|
||
|
|
||
|
## WarehouseAPI.setProductMarketTA1() method
|
||
|
|
||
|
Set market TA 1 for a product.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
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 |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
void
|
||
|
|