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

# chaser\_getctm

Returns a table in the following format:\
`isSequential  [bool]`\
`isTransmissionSwapped  [bool]`

You can use this to know when a sequential car is using the automatic mode.

```lua
    local table = {
        isSequential -- if the vehicle is currently in sequential mode
        isTransmissionSwapped = -- if the transmission has been swapped, and it's not originally a sequential transmission
    }
```
