mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
693 B
Markdown
33 lines
693 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getFactionFavor](./bitburner.singularity.getfactionfavor.md)
|
|
|
|
## Singularity.getFactionFavor() method
|
|
|
|
Get faction favor.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getFactionFavor(faction: string): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| faction | string | Name of faction. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Amount of favor you have for the specified faction.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 1 GB \* 16/4/1
|
|
|
|
This function returns the amount of favor you have for the specified faction.
|
|
|