mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
MISC: Use FactionName enum in relevant APIs (#2101)
This commit is contained in:
@@ -9,7 +9,7 @@ Get a list of faction(s) that have a specific Augmentation.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getAugmentationFactions(augName: string): string[];
|
||||
getAugmentationFactions(augName: string): FactionName[];
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -20,7 +20,7 @@ getAugmentationFactions(augName: string): string[];
|
||||
|
||||
**Returns:**
|
||||
|
||||
string\[\]
|
||||
[FactionName](./bitburner.factionname.md)<!-- -->\[\]
|
||||
|
||||
Array containing the names of all factions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user