This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions
@@ -4,14 +4,12 @@
## Singularity.getOwnedAugmentations() 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.
This function returns an array containing the names (as strings) of all Augmentations you have.
Get a list of owned augmentation.
<b>Signature:</b>
```typescript
getOwnedAugmentations(purchased?: boolean): AugmentName[];
getOwnedAugmentations(purchased?: boolean): string[];
```
## Parameters
@@ -22,11 +20,15 @@ getOwnedAugmentations(purchased?: boolean): AugmentName[];
<b>Returns:</b>
[AugmentName](./bitburner.augmentname.md)<!-- -->\[\]
string\[\]
Array containing the names (as strings) of all Augmentations you have.
## Remarks
RAM cost: 5 GB
Singularity - Level 3
This function returns an array containing the names (as strings) of all Augmentations you have.