mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 01:03:54 +01:00
25 lines
731 B
Markdown
25 lines
731 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Material](./bitburner.material.md)
|
|
|
|
## Material interface
|
|
|
|
Material in a warehouse
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
interface Material
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [name](./bitburner.material.name.md) | string | Name of the material |
|
|
| [prod](./bitburner.material.prod.md) | number | Amount of material produced |
|
|
| [qlt](./bitburner.material.qlt.md) | number | Quality of the material |
|
|
| [qty](./bitburner.material.qty.md) | number | Amount of material |
|
|
| [sell](./bitburner.material.sell.md) | number | Amount of material sold |
|
|
|