bitburner-src/markdown/bitburner.singularity.donatetofaction.md
Olivier Gagnon 49a545f00e many bugfix
2021-12-03 14:12:32 -05:00

34 lines
852 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Singularity](./bitburner.singularity.md) &gt; [donateToFaction](./bitburner.singularity.donatetofaction.md)
## Singularity.donateToFaction() method
SF4.3 - Donate to a faction.
<b>Signature:</b>
```typescript
donateToFaction(faction: string, amount: number): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| faction | string | Name of faction to donate to. |
| amount | number | Amount of money to donate. |
<b>Returns:</b>
boolean
True if the money was donated, and false otherwise.
## Remarks
RAM cost: 5 GB
Attempts to donate money to the specified faction in exchange for reputation. Returns true if you successfully donate the money, and false otherwise.