This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions

View File

@@ -4,22 +4,24 @@
## Singularity.checkFactionInvitations() method
If you are not in BitNode-4, then you must have Level 2 of Source-File 4 in order to use this function and the RAM cost is doubled.
Returns an array with the name of all Factions you currently have oustanding invitations from.
List all current faction invitations.
<b>Signature:</b>
```typescript
checkFactionInvitations(): FactionName[];
checkFactionInvitations(): string[];
```
<b>Returns:</b>
[FactionName](./bitburner.factionname.md)<!-- -->\[\]
string\[\]
Array with the name of all Factions you currently have oustanding invitations from.
## Remarks
RAM cost: 3 GB
Singularity - Level 2
Returns an array with the name of all Factions you currently have oustanding invitations from.