mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
Remove markdown from git tracking (#139)
* Will attempt to add as build artifacts using workflow.
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Hacknet](./bitburner.hacknet.md) > [getNodeStats](./bitburner.hacknet.getnodestats.md)
|
||||
|
||||
## Hacknet.getNodeStats() method
|
||||
|
||||
Get the stats of a hacknet node.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getNodeStats(index: number): NodeStats;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| index | number | Index/Identifier of Hacknet Node |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
[NodeStats](./bitburner.nodestats.md)
|
||||
|
||||
Object containing a variety of stats about the specified Hacknet Node.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0 GB
|
||||
|
||||
Returns an object containing a variety of stats about the specified Hacknet Node.
|
||||
|
||||
Note that for Hacknet Nodes, production refers to the amount of money the node generates. For Hacknet Servers (the upgraded version of Hacknet Nodes), production refers to the amount of hashes the node generates.
|
||||
|
||||
Reference in New Issue
Block a user