mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 04:05:46 +01:00
regen doc
This commit is contained in:
parent
1d1890497f
commit
23342f6dcc
8
dist/bitburner.d.ts
vendored
8
dist/bitburner.d.ts
vendored
@ -3433,8 +3433,7 @@ export declare interface NS {
|
||||
* PID stands for Process ID. The PID is a unique identifier for each script.
|
||||
* The PID will always be a positive integer.
|
||||
*
|
||||
* Running this function with a numThreads argument of 0 will return 0 without running the script.
|
||||
* However, running this function with a negative numThreads argument will cause a runtime error.
|
||||
* Running this function with a numThreads argument of 0 or less will cause a runtime error.
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
@ -3481,7 +3480,7 @@ export declare interface NS {
|
||||
* PID stands for Process ID. The PID is a unique identifier for each script.
|
||||
* The PID will always be a positive integer.
|
||||
*
|
||||
* Running this function with 0 or a negative numThreads argument will cause a runtime error.
|
||||
* Running this function with a numThreads argument of 0 or less will cause a runtime error.
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
@ -3527,6 +3526,8 @@ export declare interface NS {
|
||||
*
|
||||
* Because this function immediately terminates the script, it does not have a return value.
|
||||
*
|
||||
* Running this function with a numThreads argument of 0 or less will cause a runtime error.
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
* // NS1:
|
||||
@ -6757,7 +6758,6 @@ export declare interface TIX {
|
||||
/**
|
||||
* Short stocks.
|
||||
* @remarks
|
||||
* @deprecated use sellShort
|
||||
* RAM cost: 2.5 GB
|
||||
* Attempts to purchase a short position of a stock using a Market Order.
|
||||
*
|
||||
|
@ -37,7 +37,7 @@ If the script was successfully started, then this functions returns the PID of t
|
||||
|
||||
PID stands for Process ID. The PID is a unique identifier for each script. The PID will always be a positive integer.
|
||||
|
||||
Running this function with 0 or a negative numThreads argument will cause a runtime error.
|
||||
Running this function with a numThreads argument of 0 or less will cause a runtime error.
|
||||
|
||||
## Example 1
|
||||
|
||||
|
@ -36,7 +36,7 @@ If the script was successfully started, then this functions returns the PID of t
|
||||
|
||||
PID stands for Process ID. The PID is a unique identifier for each script. The PID will always be a positive integer.
|
||||
|
||||
Running this function with a numThreads argument of 0 will return 0 without running the script. However, running this function with a negative numThreads argument will cause a runtime error.
|
||||
Running this function with a numThreads argument of 0 or less will cause a runtime error.
|
||||
|
||||
## Example 1
|
||||
|
||||
|
@ -32,6 +32,8 @@ Terminates the current script, and then after a delay of about 10 seconds it wil
|
||||
|
||||
Because this function immediately terminates the script, it does not have a return value.
|
||||
|
||||
Running this function with a numThreads argument of 0 or less will cause a runtime error.
|
||||
|
||||
## Example 1
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@ Singularity API
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export interface Singularity
|
||||
export interface Singularity
|
||||
```
|
||||
|
||||
## Remarks
|
||||
@ -17,6 +17,7 @@ export interface Singularity
|
||||
This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels.
|
||||
|
||||
## Methods
|
||||
|
||||
| Method | Description |
|
||||
| --- | --- |
|
||||
| [applyToCompany(companyName, field)](./bitburner.singularity.applytocompany.md) | Apply for a job at a company. |
|
||||
|
Loading…
Reference in New Issue
Block a user