2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [expandIndustry](./bitburner.corporation.expandindustry.md)
|
|
|
|
|
|
|
|
## Corporation.expandIndustry() method
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
Expand to a new industry.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2022-12-30 02:28:53 +01:00
|
|
|
expandIndustry(industryType: CorpIndustryName, divisionName: string): void;
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2022-12-30 02:28:53 +01:00
|
|
|
| industryType | [CorpIndustryName](./bitburner.corpindustryname.md) | Name of the industry |
|
2022-10-21 17:16:00 +02:00
|
|
|
| divisionName | string | Name of the division |
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
void
|
|
|
|
|
2024-08-16 11:02:23 +02:00
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 20 GB
|
|
|
|
|