> 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_getassists.md).

# chaser\_getassists

Returns a table with all current assists status

```lua
    local assiststats = {
        tractionControl -- Is the traction control enabled?
        stabilityControl -- Is the stability control enabled?
        gearLock  -- Is AT transmission gear locked?
        launchControl -- Is launch control enabled?
        hasLaunchControl -- Can this vehicle use launch control?
        hasAssists -- Does the current vehicle support assists?
        isAuto -- Is this vehicle automatic?
    }
```
