Create/wiki/Lua-Stressometer.md
2023-04-13 00:55:20 +02:00

18 lines
594 B
Markdown

| Method | Description |
|---------------------------------------------|--------------------------------|
| [`getStress()`](#getStress) | Gets the current stress level |
| [`getStressCapacity()`](#getStressCapacity) | Gets the total stress capacity |
---
### `getStress()`
Gets the connected network's current stress level.
**Returns**
- `number` The current stress level in SU.
---
### `getStressCapacity()`
Gets the connected network's total stress capacity.
**Returns**
- `number` The total stress capacity in SU.