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) > [HacknetServersFormulas](./bitburner.hacknetserversformulas.md) > [constants](./bitburner.hacknetserversformulas.constants.md)
|
|
|
|
|
|
|
|
## HacknetServersFormulas.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(): HacknetServerConstants;
|
2021-11-04 01:19:52 +01:00
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2022-01-16 00:39:37 +01:00
|
|
|
[HacknetServerConstants](./bitburner.hacknetserverconstants.md)
|
2021-11-04 01:19:52 +01:00
|
|
|
|
2021-12-09 01:19:07 +01:00
|
|
|
An object with all hacknet server constants used by the game.
|
|
|
|
|