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) > [HacknetServersFormulas](./bitburner.hacknetserversformulas.md) > [constants](./bitburner.hacknetserversformulas.constants.md)
|
|
|
|
|
|
|
|
## HacknetServersFormulas.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(): HacknetServerConstants;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
[HacknetServerConstants](./bitburner.hacknetserverconstants.md)
|
|
|
|
|
|
|
|
An object with all hacknet server constants used by the game.
|
|
|
|
|