mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
corp doc
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
## WarehouseAPI.exportMaterial() method
|
||||
|
||||
Set material export data
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
@@ -21,12 +23,12 @@ exportMaterial(
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| sourceDivision | string | |
|
||||
| sourceCity | string | |
|
||||
| targetDivision | string | |
|
||||
| targetCity | string | |
|
||||
| materialName | string | |
|
||||
| amt | number | |
|
||||
| sourceDivision | string | Source division |
|
||||
| sourceCity | string | Source city |
|
||||
| targetDivision | string | Target division |
|
||||
| targetCity | string | Target city |
|
||||
| materialName | string | Name of the material |
|
||||
| amt | number | Amount of material to export. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user