mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
MISC: HGWOptions accepts non integer (#1035)
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -345,7 +345,9 @@ interface CrimeStats {
|
||||
*/
|
||||
interface BasicHGWOptions {
|
||||
/** Number of threads to use for this function.
|
||||
* Must be less than or equal to the number of threads the script is running with. */
|
||||
* Must be less than or equal to the number of threads the script is running with.
|
||||
* Accepts positive non integer values.
|
||||
*/
|
||||
threads?: number;
|
||||
/** Set to true this action will affect the stock market. */
|
||||
stock?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user