mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
1.1 KiB
1.1 KiB
Home > bitburner > Corporation
Corporation interface
Corporation API
Signature:
export interface Corporation extends WarehouseAPI, OfficeAPI
Extends: WarehouseAPI, OfficeAPI
Methods
| Method | Description |
|---|---|
| expandCity(divisionName, cityName) | Expand to a new city |
| expandIndustry(industryType, divisionName) | Expand to a new industry |
| getCorporation() | Get corporation data |
| getDivision(divisionName) | Get division data |
| issueDividends(percent) | Issue dividends |
| levelUpgrade(upgradeName) | Level an upgrade. |
| unlockUpgrade(upgradeName) | Unlock an upgrade. |