2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getAugmentationsFromFaction](./bitburner.singularity.getaugmentationsfromfaction.md)
|
|
|
|
|
|
|
|
## Singularity.getAugmentationsFromFaction() method
|
|
|
|
|
|
|
|
If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function and the RAM cost is doubled.
|
|
|
|
|
|
|
|
Returns an array containing the names (as strings) of all Augmentations that are available from the specified faction.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getAugmentationsFromFaction(faction: FactionName): AugmentName[];
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| faction | [FactionName](./bitburner.factionname.md) | Name of faction. |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
[AugmentName](./bitburner.augmentname.md)<!-- -->\[\]
|
|
|
|
|
|
|
|
Array containing the names of all Augmentations.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
Singularity - Level 3
|
2021-10-30 18:34:14 +02:00
|
|
|
|