mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
31 lines
876 B
Markdown
31 lines
876 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [installAugmentations](./bitburner.singularity.installaugmentations.md)
|
|
|
|
## Singularity.installAugmentations() method
|
|
|
|
SF4.3 - Install your purchased augmentations.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
installAugmentations(cbScript?: string): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| 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. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
void
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 5 GB
|
|
|
|
This function will automatically install your Augmentations, resetting the game as usual.
|
|
|