mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
821 B
Markdown
33 lines
821 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [getProduct](./bitburner.warehouseapi.getproduct.md)
|
|
|
|
## WarehouseAPI.getProduct() method
|
|
|
|
Get product data.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getProduct(divisionName: string, cityName: CityName | `${CityName}`, productName: string): Product;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| divisionName | string | Name of the division |
|
|
| cityName | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | Name of the city |
|
|
| productName | string | Name of the product |
|
|
|
|
**Returns:**
|
|
|
|
[Product](./bitburner.product.md)
|
|
|
|
Product data
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 10 GB
|
|
|