mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
27 lines
677 B
Markdown
27 lines
677 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ReputationFormulas](./bitburner.reputationformulas.md) > [calculateFavorToRep](./bitburner.reputationformulas.calculatefavortorep.md)
|
|
|
|
## ReputationFormulas.calculateFavorToRep() method
|
|
|
|
Calculate the total required amount of faction reputation to reach a target favor.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
calculateFavorToRep(favor: number): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| favor | number | target faction favor. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
The calculated faction reputation required.
|
|
|