mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
SINGULARITY: Fix API documentation (#1181)
This commit is contained in:
parent
803afc5244
commit
c637d0e4e4
@ -33,7 +33,7 @@ This function will automatically set you to start working on creating the specif
|
||||
|
||||
This function returns true if you successfully start working on the specified program, and false otherwise.
|
||||
|
||||
Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are: \* BruteSSH.exe: 50 \* FTPCrack.exe: 100 \* relaySMTP.exe: 250 \* HTTPWorm.exe: 500 \* SQLInject.exe: 750 \* DeepscanV1.exe: 75 \* DeepscanV2.exe: 400 \* ServerProfiler.exe: 75 \* AutoLink.exe: 25
|
||||
Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are:<br/> - BruteSSH.exe: 50<br/> - FTPCrack.exe: 100<br/> - relaySMTP.exe: 250<br/> - HTTPWorm.exe: 500<br/> - SQLInject.exe: 750<br/> - DeepscanV1.exe: 75<br/> - DeepscanV2.exe: 400<br/> - ServerProfiler.exe: 75<br/> - AutoLink.exe: 25
|
||||
|
||||
## Example
|
||||
|
||||
|
20
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
20
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -2201,16 +2201,16 @@ export interface Singularity {
|
||||
* This function returns true if you successfully start working on the specified program, and false otherwise.
|
||||
*
|
||||
* Note that creating a program using this function has the same hacking level requirements as it normally would.
|
||||
* These level requirements are:
|
||||
* * BruteSSH.exe: 50
|
||||
* * FTPCrack.exe: 100
|
||||
* * relaySMTP.exe: 250
|
||||
* * HTTPWorm.exe: 500
|
||||
* * SQLInject.exe: 750
|
||||
* * DeepscanV1.exe: 75
|
||||
* * DeepscanV2.exe: 400
|
||||
* * ServerProfiler.exe: 75
|
||||
* * AutoLink.exe: 25
|
||||
* These level requirements are:<br/>
|
||||
* - BruteSSH.exe: 50<br/>
|
||||
* - FTPCrack.exe: 100<br/>
|
||||
* - relaySMTP.exe: 250<br/>
|
||||
* - HTTPWorm.exe: 500<br/>
|
||||
* - SQLInject.exe: 750<br/>
|
||||
* - DeepscanV1.exe: 75<br/>
|
||||
* - DeepscanV2.exe: 400<br/>
|
||||
* - ServerProfiler.exe: 75<br/>
|
||||
* - AutoLink.exe: 25
|
||||
*
|
||||
* @example
|
||||
* ```js
|
||||
|
Loading…
Reference in New Issue
Block a user