VARIOUS: Various changes prior to release 2.2 (#271)

See PR #271 description
This commit is contained in:
Snarling
2022-12-29 20:28:53 -05:00
committed by GitHub
parent 24ad342203
commit fb1f95c26e
310 changed files with 3768 additions and 2583 deletions

View File

@@ -0,0 +1,26 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Corporation](./bitburner.corporation.md) &gt; [issueNewShares](./bitburner.corporation.issuenewshares.md)
## Corporation.issueNewShares() method
Issue new shares
<b>Signature:</b>
```typescript
issueNewShares(amount?: number): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| amount | number | Number of new shares to issue, will be rounded to nearest 10m. Defaults to max amount. |
<b>Returns:</b>
number
Amount of funds generated for the corporation.