bitburner-src/markdown/bitburner.singularity.getaugmentationsfromfaction.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

33 lines
825 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.
<b>Signature:</b>
```typescript
getAugmentationsFromFaction(faction: string): string[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| faction | string | Name of faction. |
<b>Returns:</b>
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.