This commit is contained in:
Olivier Gagnon
2021-12-08 20:03:22 -05:00
parent 14317628e6
commit c915cd06d8
101 changed files with 1052 additions and 397 deletions

View File

@@ -4,6 +4,8 @@
## WarehouseAPI.getProduct() method
Get product data
<b>Signature:</b>
```typescript
@@ -14,10 +16,12 @@ getProduct(divisionName: string, productName: string): Product;
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | |
| productName | string | |
| divisionName | string | Name of the division |
| productName | string | Name of the product |
<b>Returns:</b>
[Product](./bitburner.product.md)
product data