mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-09 23:07:40 +01:00
33 lines
971 B
Markdown
33 lines
971 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getCompanyFavorGain](./bitburner.singularity.getcompanyfavorgain.md)
|
|
|
|
## Singularity.getCompanyFavorGain() 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 favor you will gain for the specified company when you reset by installing Augmentations.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getCompanyFavorGain(companyName: CompanyName): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| companyName | [CompanyName](./bitburner.companyname.md) | Name of the company. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
number
|
|
|
|
Amount of favor you gain at the specified company when you reset by installing Augmentations.
|
|
|
|
## Remarks
|
|
|
|
Singularity - Level 2
|
|
|