mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CORPORATION: Expose production limit of material and product (#2330)
This commit is contained in:
@@ -243,6 +243,25 @@ number
|
||||
Amount of material produced last cycle
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
[productionLimit](./bitburner.material.productionlimit.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
number \| null
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
A limit on the maximum amount to produce per second
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
|
||||
13
markdown/bitburner.material.productionlimit.md
Normal file
13
markdown/bitburner.material.productionlimit.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Material](./bitburner.material.md) > [productionLimit](./bitburner.material.productionlimit.md)
|
||||
|
||||
## Material.productionLimit property
|
||||
|
||||
A limit on the maximum amount to produce per second
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
productionLimit: number | null;
|
||||
```
|
||||
@@ -262,6 +262,25 @@ number
|
||||
Production cost
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
[productionLimit](./bitburner.product.productionlimit.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
number \| null
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
A limit on the maximum amount to produce per second
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
|
||||
13
markdown/bitburner.product.productionlimit.md
Normal file
13
markdown/bitburner.product.productionlimit.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Product](./bitburner.product.md) > [productionLimit](./bitburner.product.productionlimit.md)
|
||||
|
||||
## Product.productionLimit property
|
||||
|
||||
A limit on the maximum amount to produce per second
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
productionLimit: number | null;
|
||||
```
|
||||
Reference in New Issue
Block a user