mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 13:13:49 +01:00
DOCUMENTATION: Update NetscriptDefinitions.d.ts (#1743)
Added line 5934: using hackAnalyzeThreads on a server you cannot hack returns -1
This commit is contained in:
parent
b388865317
commit
5786d7adcb
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -5930,7 +5930,8 @@ export interface NS {
|
||||
*
|
||||
* This function returns the decimal number of script threads you need when running the hack command
|
||||
* to steal the specified amount of money from the target server.
|
||||
* If hackAmount is less than zero or greater than the amount of money available on the server,
|
||||
* If hackAmount is less than zero, greater than the amount of money available on the server,
|
||||
* or your hacking level is below the required level for the target server,
|
||||
* then this function returns -1.
|
||||
*
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user