2022-12-30 02:28:53 +01:00
|
|
|
<!-- 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
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
Issue new shares.
|
2022-12-30 02:28:53 +01:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-12-30 02:28:53 +01:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
issueNewShares(amount?: number): number;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2024-08-16 11:02:23 +02:00
|
|
|
| amount | number | _(Optional)_ Number of new shares to issue. It will be rounded to nearest 10 million. Defaults to max amount. |
|
2022-12-30 02:28:53 +01:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-12-30 02:28:53 +01:00
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
Amount of funds generated for the corporation.
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 20 GB
|
|
|
|
|