bitburner-src/markdown/bitburner.singularity.installaugmentations.md

31 lines
876 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- 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
2021-12-03 20:12:32 +01:00
SF4.3 - Install your purchased augmentations.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
2021-10-30 21:46:34 +02:00
installAugmentations(cbScript?: string): void;
2021-10-30 18:34:14 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2021-11-03 05:27:21 +01:00
| cbScript | string | 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. |
2021-10-30 18:34:14 +02:00
<b>Returns:</b>
void
## Remarks
2021-11-03 05:27:21 +01:00
RAM cost: 5 GB
This function will automatically install your Augmentations, resetting the game as usual.