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

# chaser\_getturbo

Returns the a table containing current turbo data

```lua
    local turbo = {
        size -- The "compresssorsize".
        ptdboost -- The "peakturbodecayboost".
        tdp -- The "turbodecaypoint".
        mtbpmax -- The "maxtrboostpmax".
        mtbpmin -- The "maxtrboostpmin".
        mtbpminprct -- The "maxtrboostpminprct".
        mtbpmaxprct -- The "maxtrboostpmaxprct".
        bsp -- The "booststartpoint".
        typeid -- The "boosttype".
    }
```
