MISC: HGWOptions accepts non integer (#1035)

This commit is contained in:
Caldwell
2024-02-10 13:24:11 +01:00
committed by GitHub
parent 65214c0322
commit fccc27fe58
5 changed files with 22 additions and 8 deletions

View File

@@ -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;