mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
DOCUMENTATION: Clarify "completion" property of GraftingTask (#1713)
This commit is contained in:
parent
3ce2ae5fd7
commit
b72c03acf0
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## GraftingTask interface
|
## GraftingTask interface
|
||||||
|
|
||||||
Faction Work
|
Grafting Work
|
||||||
|
|
||||||
**Signature:**
|
**Signature:**
|
||||||
|
|
||||||
@ -14,7 +14,9 @@ export interface GraftingTask
|
|||||||
|
|
||||||
## Remarks
|
## Remarks
|
||||||
|
|
||||||
An object representing the current grafting status
|
An object representing the current grafting task
|
||||||
|
|
||||||
|
The "completion" property is a promise that resolves when the task is complete.
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
| [GoAnalysis](./bitburner.goanalysis.md) | Tools to analyze the IPvGO subnet. |
|
| [GoAnalysis](./bitburner.goanalysis.md) | Tools to analyze the IPvGO subnet. |
|
||||||
| [GoCheat](./bitburner.gocheat.md) | Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. |
|
| [GoCheat](./bitburner.gocheat.md) | Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. |
|
||||||
| [Grafting](./bitburner.grafting.md) | Grafting API |
|
| [Grafting](./bitburner.grafting.md) | Grafting API |
|
||||||
| [GraftingTask](./bitburner.graftingtask.md) | Faction Work |
|
| [GraftingTask](./bitburner.graftingtask.md) | Grafting Work |
|
||||||
| [HackingFormulas](./bitburner.hackingformulas.md) | Hacking formulas |
|
| [HackingFormulas](./bitburner.hackingformulas.md) | Hacking formulas |
|
||||||
| [HackingMultipliers](./bitburner.hackingmultipliers.md) | Hack related multipliers. |
|
| [HackingMultipliers](./bitburner.hackingmultipliers.md) | Hack related multipliers. |
|
||||||
| [Hacknet](./bitburner.hacknet.md) | Hacknet API |
|
| [Hacknet](./bitburner.hacknet.md) | Hacknet API |
|
||||||
|
8
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
8
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1708,9 +1708,13 @@ export interface FactionWorkTask {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Faction Work
|
* Grafting Work
|
||||||
|
*
|
||||||
* @remarks
|
* @remarks
|
||||||
* An object representing the current grafting status
|
* An object representing the current grafting task
|
||||||
|
*
|
||||||
|
* The "completion" property is a promise that resolves when the task is complete.
|
||||||
|
*
|
||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
export interface GraftingTask {
|
export interface GraftingTask {
|
||||||
|
Loading…
Reference in New Issue
Block a user