mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
65cd14e33b
* Add specific types for sleeve tasks * Moved LocationName enum to overall enums file * Add LocationName enum to those provided to player * remove trailing s on CompanyPosNames enum (now CompanyPosName, in line with LocationName) * Also regenerated all ns documentation. This leads to an expected error when checking for generated files, because PRs should not normally touch markdown files. Also leads to a lint failure in generated file bitburner.d.ts * also removed some exporting from NetscriptDefinitions.d.ts for anything that wasn't imported somewhere else.
30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NodeStats](./bitburner.nodestats.md)
|
|
|
|
## NodeStats interface
|
|
|
|
Object representing all the values related to a hacknet node.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
interface NodeStats
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [cache?](./bitburner.nodestats.cache.md) | number | <i>(Optional)</i> Cache level. Only applicable for Hacknet Servers |
|
|
| [cores](./bitburner.nodestats.cores.md) | number | Node's number of cores |
|
|
| [hashCapacity?](./bitburner.nodestats.hashcapacity.md) | number | <i>(Optional)</i> Hash Capacity provided by this Node. Only applicable for Hacknet Servers |
|
|
| [level](./bitburner.nodestats.level.md) | number | Node's level |
|
|
| [name](./bitburner.nodestats.name.md) | string | Node's name |
|
|
| [production](./bitburner.nodestats.production.md) | number | Node's production per second |
|
|
| [ram](./bitburner.nodestats.ram.md) | number | Node's RAM (GB) |
|
|
| [ramUsed?](./bitburner.nodestats.ramused.md) | number | <i>(Optional)</i> Node's used RAM (GB) |
|
|
| [timeOnline](./bitburner.nodestats.timeonline.md) | number | Number of seconds since Node has been purchased |
|
|
| [totalProduction](./bitburner.nodestats.totalproduction.md) | number | Total number of money Node has produced |
|
|
|