mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 11:13:50 +01:00
23 lines
573 B
Markdown
23 lines
573 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 |
|
|
| [qlt](./bitburner.material.qlt.md) | number | Quality of the material |
|
|
| [qty](./bitburner.material.qty.md) | number | Amount of material |
|
|
|