mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
commit
510eb39988
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2124,9 +2124,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
}
|
||||
return 0;
|
||||
},
|
||||
getRunningScript: function (_fn: unknown, _hostname: unknown, ...args: any[]): IRunningScriptDef | null {
|
||||
const fn = helper.string("getRunningScript", "fn", _fn);
|
||||
const hostname = helper.string("getRunningScript", "hostname", _hostname);
|
||||
getRunningScript: function (fn: any, hostname: any, ...args: any[]): IRunningScriptDef | null {
|
||||
updateDynamicRam("getRunningScript", getRamCost(Player, "getRunningScript"));
|
||||
|
||||
let runningScript;
|
||||
|
Loading…
Reference in New Issue
Block a user