mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 10:03:48 +01:00
Clarify units for RunningScript.*RunningTime
Most other times are specified in milliseconds, rather than the seconds used for the running time - this should be made clear in the docs.
This commit is contained in:
parent
9ddb1c4379
commit
7902699f99
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -105,9 +105,11 @@ interface RunningScript {
|
|||||||
logs: string[];
|
logs: string[];
|
||||||
offlineExpGained: number;
|
offlineExpGained: number;
|
||||||
offlineMoneyMade: number;
|
offlineMoneyMade: number;
|
||||||
|
/** Offline running time of the script, in seconds **/
|
||||||
offlineRunningTime: number;
|
offlineRunningTime: number;
|
||||||
onlineExpGained: number;
|
onlineExpGained: number;
|
||||||
onlineMoneyMade: number;
|
onlineMoneyMade: number;
|
||||||
|
/** Online running time of the script, in seconds **/
|
||||||
onlineRunningTime: number;
|
onlineRunningTime: number;
|
||||||
pid: number;
|
pid: number;
|
||||||
ramUsage: number;
|
ramUsage: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user