This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions

View File

@@ -15,7 +15,7 @@ export interface RunningScript
| Property | Type | Description |
| --- | --- | --- |
| [args](./bitburner.runningscript.args.md) | string\[\] | Arguments the script was called with |
| [args](./bitburner.runningscript.args.md) | (string \| number \| boolean)\[\] | Arguments the script was called with |
| [filename](./bitburner.runningscript.filename.md) | string | Filename of the script |
| [logs](./bitburner.runningscript.logs.md) | string\[\] | Script logs as an array. The newest log entries are at the bottom. Timestamps, if enabled, are placed inside <code>[brackets]</code> at the start of each line. |
| [offlineExpGained](./bitburner.runningscript.offlineexpgained.md) | number | Total amount of hacking experience earned from this script when offline |