Update src/ScriptEditor/NetscriptDefinitions.d.ts

Co-authored-by: Nikolai Korolev <CrafterKolyan@mail.ru>
This commit is contained in:
Chris380
2022-04-13 15:48:44 +02:00
committed by GitHub
parent 04abb60708
commit baa14f7b4d

View File

@@ -4635,7 +4635,7 @@ export interface NS {
* Returns the security increase that would occur if a grow with this many threads happened.
*
* @param threads - Amount of threads that will be used.
* @param hostname - Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.
* @param hostname - Optional. Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.
* @param cores - Optional. The number of cores of the server that would run grow.
* @returns The security increase.
*/