mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
* Update api-documentor and api-extractor. #1566 follow-up.
I have verified that the HTML/markdown table generation bug in
[#4878](https://github.com/microsoft/rushstack/issues/4878) in rushstack
for api-documentor has been fixed as per rushstack#5256. The testcase
[repro](https://github.com/catloversg/api-documenter-bug-pr-4578) now
produces the correct expected output.
I have confirmed that the generated output in bitburner from
`npm run doc` now generated HTML tables, and correctly inserts
a blank line between the </table> and the follow line (e.g. Returns).
Stylisticly it could use some whitespace, but it is correctly rendered.
This commit is only the updated packages, not the updated generated
documentation. I assume that is automatically generated by the GitHub
workflow.
* Follow up to 5f732a6f35, include `npm run doc` changed docs.
* Add missing license info
* Fix React warning
---------
Co-authored-by: CatLover <152669316+catloversg@users.noreply.github.com>
158 lines
1.9 KiB
Markdown
158 lines
1.9 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ResetInfo](./bitburner.resetinfo.md)
|
|
|
|
## ResetInfo interface
|
|
|
|
Various info about resets
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface ResetInfo
|
|
```
|
|
|
|
## Properties
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Property
|
|
|
|
|
|
</th><th>
|
|
|
|
Modifiers
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
[bitNodeOptions](./bitburner.resetinfo.bitnodeoptions.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
[BitNodeOptions](./bitburner.bitnodeoptions.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
Current BitNode options
|
|
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
|
|
[currentNode](./bitburner.resetinfo.currentnode.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
number
|
|
|
|
|
|
</td><td>
|
|
|
|
The current BitNode
|
|
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
|
|
[lastAugReset](./bitburner.resetinfo.lastaugreset.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
number
|
|
|
|
|
|
</td><td>
|
|
|
|
Numeric timestamp (from Date.now()) of last augmentation reset
|
|
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
|
|
[lastNodeReset](./bitburner.resetinfo.lastnodereset.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
number
|
|
|
|
|
|
</td><td>
|
|
|
|
Numeric timestamp (from Date.now()) of last BitNode reset
|
|
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
|
|
[ownedAugs](./bitburner.resetinfo.ownedaugs.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
Map<string, number>
|
|
|
|
|
|
</td><td>
|
|
|
|
A map of owned augmentations to their levels. Keyed by the augmentation name. Map values are the augmentation level (e.g. for NeuroFlux governor).
|
|
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
|
|
[ownedSF](./bitburner.resetinfo.ownedsf.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
Map<number, number>
|
|
|
|
|
|
</td><td>
|
|
|
|
A map of owned source files. Its keys are the SF numbers. Its values are the active SF levels. This map takes BitNode options into account.
|
|
|
|
For example, let's say you have SF 1.3, but you overrode the active level of SF1 and set it to level 1. In this case, this map contains this entry: Key: 1 =<!-- -->> Value: 1.
|
|
|
|
If the active level of a source file is 0, that source file won't be included in the result.
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|