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

# chaser\_getminmaxrpm

Returns a table with the current vehicle minimal and maximum rpm.

```lua
    local rpm = {
        max -- the maximum vehicle rpm
        min -- the idle vehicle rpm
    }
```
