bitburner-src/markdown/bitburner.singularity.donatetofaction.md

34 lines
854 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- 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
2022-01-16 00:39:37 +01:00
Donate to a faction.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
2021-11-03 05:27:21 +01:00
donateToFaction(faction: string, amount: number): boolean;
2021-10-30 18:34:14 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2021-11-03 05:27:21 +01:00
| faction | string | Name of faction to donate to. |
2021-10-30 18:34:14 +02:00
| amount | number | Amount of money to donate. |
<b>Returns:</b>
boolean
True if the money was donated, and false otherwise.
## Remarks
2022-01-16 00:39:37 +01:00
RAM cost: 5 GB \* 16/4/1
2021-11-03 05:27:21 +01:00
Attempts to donate money to the specified faction in exchange for reputation. Returns true if you successfully donate the money, and false otherwise.