2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
checkFactionInvitations(): string[];
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|