mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
VARIOUS: Various changes prior to release 2.2 (#271)
See PR #271 description
This commit is contained in:
26
markdown/bitburner.corporation.issuenewshares.md
Normal file
26
markdown/bitburner.corporation.issuenewshares.md
Normal file
@@ -0,0 +1,26 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [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.
|
||||
|
||||
Reference in New Issue
Block a user