2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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
|
|
|
|
|
2023-05-16 00:06:57 +02:00
|
|
|
\* Set market TA 1 for a product.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2023-05-16 00:06:57 +02:00
|
|
|
setProductMarketTA1(divisionName: string, productName: string, on: boolean): void;
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| divisionName | string | Name of the division |
|
|
|
|
| productName | string | Name of the product |
|
|
|
|
| on | boolean | market ta enabled |
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
void
|
|
|
|
|