mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
DOC: additionalMsec
is no longer experimental (#576)
The attribute `additionalMsec` of the object `BasicHGWOptions` was experimental in v2.2.2. It is now a stable feature.
This commit is contained in:
parent
40b89baca1
commit
4c4c4a0335
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -326,7 +326,7 @@ interface BasicHGWOptions {
|
|||||||
/** Set to true this action will affect the stock market. */
|
/** Set to true this action will affect the stock market. */
|
||||||
stock?: boolean;
|
stock?: boolean;
|
||||||
/** Number of additional milliseconds that will be spent waiting between the start of the function and when it
|
/** Number of additional milliseconds that will be spent waiting between the start of the function and when it
|
||||||
* completes. Experimental in 2.2.2, may be removed in 2.3. */
|
* completes. */
|
||||||
additionalMsec?: number;
|
additionalMsec?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user