mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
MISC: HGWOptions accepts non integer (#1035)
This commit is contained in:
+3
-1
@@ -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