mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 11:13:50 +01:00
33 lines
930 B
Markdown
33 lines
930 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getCompanyRep](./bitburner.singularity.getcompanyrep.md)
|
|
|
|
## Singularity.getCompanyRep() method
|
|
|
|
If you are not in BitNode-4, then you must have Level 2 of Source-File 4 in order to use this function and the RAM cost is doubled.
|
|
|
|
This function will return the amount of reputation you have at the specified company. If the company passed in as an argument is invalid, -1 will be returned.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getCompanyRep(companyName: CompanyName): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| companyName | [CompanyName](./bitburner.companyname.md) | Name of the company. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
number
|
|
|
|
Amount of reputation you have at the specified company.
|
|
|
|
## Remarks
|
|
|
|
1 GB Level 2
|
|
|