mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
corp doc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user