update doc

This commit is contained in:
Olivier Gagnon
2022-03-17 16:50:46 -04:00
parent ed46ef319c
commit ceb2a48d9f
121 changed files with 722 additions and 234 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ getRunningScript(filename?: FilenameOrPID, hostname?: string, ...args: (string |
[RunningScript](./bitburner.runningscript.md)
info about a running script
The info about the running script if found, and null otherwise.
## Remarks
RAM cost: 0.3 GB
Running with no args returns curent script. If you use a PID as the first parameter, the hostname and args parameters are unnecessary.
Running with no args returns current script. If you use a PID as the first parameter, the hostname and args parameters are unnecessary.