bitburner-src/markdown/bitburner.corporation.expandindustry.md

26 lines
668 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Corporation](./bitburner.corporation.md) &gt; [expandIndustry](./bitburner.corporation.expandindustry.md)
## Corporation.expandIndustry() method
Expand to a new industry
<b>Signature:</b>
```typescript
expandIndustry(industryType: CorpIndustryName, divisionName: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| industryType | [CorpIndustryName](./bitburner.corpindustryname.md) | Name of the industry |
| divisionName | string | Name of the division |
<b>Returns:</b>
void