mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
819 B
819 B
Home > bitburner > Singularity > getAugmentationsFromFaction
Singularity.getAugmentationsFromFaction() method
Get a list of augmentation available from a faction.
Signature:
getAugmentationsFromFaction(faction: string): string[];
Parameters
Parameter | Type | Description |
---|---|---|
faction | string | 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.