bitburner-src/markdown/bitburner.product.citydata.md

14 lines
479 B
Markdown
Raw Normal View History

2022-01-13 19:48:54 +01:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Product](./bitburner.product.md) &gt; [cityData](./bitburner.product.citydata.md)
## Product.cityData property
Data refers to the production, sale, and quantity of the products These values are specific to a city For each city, the data is \[qty, prod, sell\]
<b>Signature:</b>
```typescript
2022-01-19 01:12:52 +01:00
cityData: { [key: string]: number[] };
2022-01-13 19:48:54 +01:00
```