Files
bitburner-src/markdown/bitburner.singularity.getaugmentationsfromfaction.md
T
2025-05-10 22:13:22 -07:00

33 lines
859 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; [getAugmentationsFromFaction](./bitburner.singularity.getaugmentationsfromfaction.md)
## Singularity.getAugmentationsFromFaction() method
Get a list of augmentation available from a faction.
**Signature:**
```typescript
getAugmentationsFromFaction(faction: FactionName): string[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| faction | [FactionName](./bitburner.factionname.md) | Name of faction. |
**Returns:**
string\[\]
Array containing the names of all Augmentations.
## Remarks
RAM cost: 5 GB \* 16/4/1
Returns an array containing the names (as strings) of all Augmentations that are available from the specified faction.