> For the complete documentation index, see [llms.txt](https://legacydmc.gitbook.io/chaser/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacydmc.gitbook.io/chaser/get-exports/chaser_getflywheel.md).

# chaser\_getflywheel

Returns a table with all current flywheel status

```lua
    local flywheel= {
        flywheel -- Is the flywheel enabled?
        flywheelweight = -- The current flywheel weight.
    }
```
