MISC: Use FactionName enum in relevant APIs (#2101)

This commit is contained in:
catloversg
2025-05-11 12:13:22 +07:00
committed by GitHub
parent 178da0fb5a
commit 4044b4a223
20 changed files with 62 additions and 54 deletions

View File

@@ -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.