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

# chaser\_gettyre

Returns the a table containing current tyre data

```lua
    local tire = {
        tyre -- The current tire model
        maxg -- Maximum lateral g's of the current tire model
        ming -- Minimal lateral g's of the current tire model
        latcurve = -- Lateral Curve of the current tire model
    }
```
