bitburner-src/markdown/bitburner.singularity.installaugmentations.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

31 lines
995 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; [installAugmentations](./bitburner.singularity.installaugmentations.md)
## Singularity.installAugmentations() 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 will automatically install your Augmentations, resetting the game as usual.
<b>Signature:</b>
```typescript
installAugmentations(cbScript?: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cbScript | string | Optional callback script. This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer. |
<b>Returns:</b>
void
## Remarks
Singularity - Level 3