Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 998 Bytes

bitburner.singularity.getownedaugmentations.md

File metadata and controls

32 lines (18 loc) · 998 Bytes

Home > bitburner > Singularity > getOwnedAugmentations

Singularity.getOwnedAugmentations() method

Get a list of owned augmentation.

Signature:

getOwnedAugmentations(purchased?: boolean): string[];

Parameters

Parameter Type Description
purchased boolean (Optional) Specifies whether the returned array should include Augmentations you have purchased but not yet installed. By default, this argument is false which means that the return value will NOT have the purchased Augmentations.

Returns:

string[]

Array containing the names (as strings) of all Augmentations you have.

Remarks

RAM cost: 5 GB * 16/4/1

This function returns an array containing the names (as strings) of all Augmentations you have.