mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
28 lines
636 B
Markdown
28 lines
636 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
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getProduct(divisionName: string, productName: string): Product;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| divisionName | string | Name of the division |
|
||
|
| productName | string | Name of the product |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[Product](./bitburner.product.md)
|
||
|
|
||
|
product data
|
||
|
|