CORPORATION: Expose production limit of material and product (#2330)

This commit is contained in:
Ante
2025-10-01 18:04:39 +10:00
committed by GitHub
parent 060e929b68
commit f9a6cc841e
7 changed files with 74 additions and 0 deletions

View File

@@ -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>

View File

@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Material](./bitburner.material.md) &gt; [productionLimit](./bitburner.material.productionlimit.md)
## Material.productionLimit property
A limit on the maximum amount to produce per second
**Signature:**
```typescript
productionLimit: number | null;
```

View File

@@ -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>

View File

@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Product](./bitburner.product.md) &gt; [productionLimit](./bitburner.product.productionlimit.md)
## Product.productionLimit property
A limit on the maximum amount to produce per second
**Signature:**
```typescript
productionLimit: number | null;
```