2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HacknetNodesFormulas](./bitburner.hacknetnodesformulas.md) > [constants](./bitburner.hacknetnodesformulas.constants.md)
|
|
|
|
|
|
|
|
## HacknetNodesFormulas.constants() method
|
|
|
|
|
|
|
|
All constants used by the game.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
constants(): HacknetNodeConstants;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
[HacknetNodeConstants](./bitburner.hacknetnodeconstants.md)
|
|
|
|
|
|
|
|
An object with all hacknet node constants used by the game.
|
|
|
|
|