mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-25 07:32:27 +01:00
fix documentation for getDarkwebPrograms
This commit is contained in:
parent
8705199714
commit
4056956c2a
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -2340,13 +2340,13 @@ export interface Singularity {
|
|||||||
* @example
|
* @example
|
||||||
* ```ts
|
* ```ts
|
||||||
* // NS1
|
* // NS1
|
||||||
* getDarkwebProgramsAvailable();
|
* getDarkwebPrograms();
|
||||||
* // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]
|
* // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]
|
||||||
* ```
|
* ```
|
||||||
* @example
|
* @example
|
||||||
* ```ts
|
* ```ts
|
||||||
* // NS2
|
* // NS2
|
||||||
* ns.getDarkwebProgramsAvailable();
|
* ns.getDarkwebPrograms();
|
||||||
* // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]
|
* // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]
|
||||||
* ```
|
* ```
|
||||||
* @returns - a list of programs available for purchase on the dark web, or [] if Tor has not
|
* @returns - a list of programs available for purchase on the dark web, or [] if Tor has not
|
||||||
|
Loading…
Reference in New Issue
Block a user