Skip to content

Latest commit

 

History

History
62 lines (30 loc) · 1016 Bytes

File metadata and controls

62 lines (30 loc) · 1016 Bytes

Home > bitburner > Singularity > getAugmentationFactions

Singularity.getAugmentationFactions() method

Get a list of faction(s) that have a specific Augmentation.

Signature:

getAugmentationFactions(augName: string): FactionName[];

Parameters

Parameter

Type

Description

augName

string

Name of Augmentation.

Returns:

FactionName[]

Array containing the names of all factions.

Remarks

RAM cost: 5 GB * 16/4/1

Returns an array containing the names (as strings) of all factions that offer the specified Augmentation. If no factions offer the Augmentation, a blank array is returned.