mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
MISC: Use FactionName enum in relevant APIs (#2101)
This commit is contained in:
@@ -9,11 +9,11 @@ List all current faction invitations.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
checkFactionInvitations(): string[];
|
||||
checkFactionInvitations(): FactionName[];
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
string\[\]
|
||||
[FactionName](./bitburner.factionname.md)<!-- -->\[\]
|
||||
|
||||
Array with the name of all Factions you currently have outstanding invitations from.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user