mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
work on making the netscript api tighter
This commit is contained in:
@@ -9,8 +9,15 @@ Soft reset the game.
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
softReset(): void;
|
||||
softReset(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
|
||||
|
||||
Reference in New Issue
Block a user