2021-10-30 18:34:14 +02:00
|
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [softReset](./bitburner.singularity.softreset.md)
|
|
|
|
|
|
|
|
|
|
## Singularity.softReset() method
|
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
|
Soft reset the game.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
|
softReset(): void;
|
|
|
|
|
```
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
|
RAM cost: 5 GB
|
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
|
Singularity - Level 3
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
|
This function will perform a reset even if you don’t have any augmentation installed.
|
|
|
|
|
|