2021-11-04 01:19:52 +01: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
|
|
|
|
|
2021-12-09 01:19:07 +01:00
|
|
|
All constants used by the game.
|
|
|
|
|
2021-11-04 01:19:52 +01:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2022-01-16 00:39:37 +01:00
|
|
|
constants(): HacknetNodeConstants;
|
2021-11-04 01:19:52 +01:00
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2022-01-16 00:39:37 +01:00
|
|
|
[HacknetNodeConstants](./bitburner.hacknetnodeconstants.md)
|
2021-11-04 01:19:52 +01:00
|
|
|
|
2021-12-09 01:19:07 +01:00
|
|
|
An object with all hacknet node constants used by the game.
|
|
|
|
|