mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
33 lines
906 B
Markdown
33 lines
906 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
|
|
|
|
Get company reputation.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getCompanyRep(companyName: CompanyName | `${CompanyName}`): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| companyName | [CompanyName](./bitburner.companyname.md) \| \`${[CompanyName](./bitburner.companyname.md)<!-- -->}\` | Name of the company. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Amount of reputation you have at the specified company.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 1 GB \* 16/4/1
|
|
|
|
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.
|
|
|