bitburner-src/markdown/bitburner.singularity.getownedaugmentations.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

33 lines
991 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Singularity](./bitburner.singularity.md) &gt; [getOwnedAugmentations](./bitburner.singularity.getownedaugmentations.md)
## Singularity.getOwnedAugmentations() method
Get a list of owned augmentation.
<b>Signature:</b>
```typescript
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. |
<b>Returns:</b>
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.