bitburner-src/markdown/bitburner.singularity.getownedaugmentations.md
Olivier Gagnon 49a545f00e many bugfix
2021-12-03 14:12:32 -05:00

989 B

Home > bitburner > Singularity > getOwnedAugmentations

Singularity.getOwnedAugmentations() method

SF4.3 - Get a list of owned augmentation.

Signature:

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

Parameters

Parameter Type Description
purchased boolean 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

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