mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md)
|
||
|
|
||
|
## Corporation interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Corporation extends WarehouseAPI, OfficeAPI
|
||
|
```
|
||
|
<b>Extends:</b> [WarehouseAPI](./bitburner.warehouseapi.md)<!-- -->, [OfficeAPI](./bitburner.officeapi.md)
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
| Method | Description |
|
||
|
| --- | --- |
|
||
|
| [expandCity(divisionName, cityName)](./bitburner.corporation.expandcity.md) | |
|
||
|
| [expandIndustry(industryName, divisionName)](./bitburner.corporation.expandindustry.md) | |
|
||
|
| [getCorporation()](./bitburner.corporation.getcorporation.md) | |
|
||
|
| [getDivision(divisionName)](./bitburner.corporation.getdivision.md) | |
|
||
|
| [issueDividends(percent)](./bitburner.corporation.issuedividends.md) | |
|
||
|
| [levelUpgrade(upgradeName)](./bitburner.corporation.levelupgrade.md) | |
|
||
|
| [unlockUpgrade(upgradeName)](./bitburner.corporation.unlockupgrade.md) | |
|
||
|
|