mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
1.5 KiB
1.5 KiB
Home > bitburner > CorporationInfo
CorporationInfo interface
General info about a corporation
Signature:
interface CorporationInfo
Properties
| Property | Type | Description |
|---|---|---|
| expenses | number | Expenses per second this cycle |
| funds | number | Funds available |
| issuedShares | number | Amount of shares issued |
| name | string | Name of the corporation |
| numShares | number | Amount of share owned |
| public | boolean | Is the company is public |
| revenue | number | Revenue per second this cycle |
| sharePrice | number | Price of the shares |
| shareSaleCooldown | number | Cooldown until shares can be sold again |
| state | string | State of the corporation, like PRODUCTION or EXPORT |
| totalShares | number | Total number of shares issues by this corporation |