2022-12-29 20:28:53 -05:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [getIndustryData](./bitburner.corporation.getindustrydata.md)
|
|
|
|
|
|
|
|
## Corporation.getIndustryData() method
|
|
|
|
|
2024-08-16 16:02:23 +07:00
|
|
|
Get constant data of an industry.
|
2022-12-29 20:28:53 -05:00
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Signature:**
|
2022-12-29 20:28:53 -05:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
getIndustryData(industryName: CorpIndustryName): CorpIndustryData;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2024-08-16 16:02:23 +07:00
|
|
|
| industryName | [CorpIndustryName](./bitburner.corpindustryname.md) | Name of the industry |
|
2022-12-29 20:28:53 -05:00
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Returns:**
|
2022-12-29 20:28:53 -05:00
|
|
|
|
|
|
|
[CorpIndustryData](./bitburner.corpindustrydata.md)
|
|
|
|
|
2024-08-16 16:02:23 +07:00
|
|
|
Industry data
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 10 GB
|
|
|
|
|