bitburner-src/markdown/bitburner.resetinfo.md

1.3 KiB

Home > bitburner > ResetInfo

ResetInfo interface

Various info about resets

Signature:

interface ResetInfo 

Properties

Property Modifiers Type Description
bitNodeOptions BitNodeOptions Current BitNode options
currentNode number The current BitNode
lastAugReset number Numeric timestamp (from Date.now()) of last augmentation reset
lastNodeReset number Numeric timestamp (from Date.now()) of last BitNode reset
ownedAugs Map<string, number> A map of owned augmentations to their levels. Keyed by the augmentation name. Map values are the augmentation level (e.g. for NeuroFlux governor).
ownedSF Map<number, number> A map of owned SF to their levels. Keyed by the SF number. Map values are the SF level.