bitburner-src/markdown/bitburner.singularity.getfactionenemies.md

33 lines
762 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Singularity](./bitburner.singularity.md) &gt; [getFactionEnemies](./bitburner.singularity.getfactionenemies.md)
## Singularity.getFactionEnemies() method
Get a list of enemies of a faction.
**Signature:**
```typescript
getFactionEnemies(faction: string): string[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| faction | string | Name of faction. |
**Returns:**
string\[\]
Array containing the names of all enemies of the faction.
## Remarks
RAM cost: 3 GB \* 16/4/1
Returns an array containing the names (as strings) of all factions that are enemies of the specified faction.