mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
26 lines
677 B
Markdown
26 lines
677 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [checkFactionInvitations](./bitburner.singularity.checkfactioninvitations.md)
|
||
|
|
||
|
## Singularity.checkFactionInvitations() method
|
||
|
|
||
|
List all current faction invitations.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
checkFactionInvitations(): string[];
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
string\[\]
|
||
|
|
||
|
Array with the name of all Factions you currently have outstanding invitations from.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 3 GB \* 16/4/1
|
||
|
|
||
|
Returns an array with the name of all Factions you currently have outstanding invitations from.
|
||
|
|