> 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/set-exports/chaser_settransmission.md).

# chaser\_settransmission

Set’s a transmission on the current vehicle.\
\
Valid transmission id's:\
\
0 = Sequential\
1 = Automatic\
2 = Manual W/ Clutch\
\
Geardata table has to be in the same format as the one used in vehdata.lua

```lua
chaser:chaser_settransmission(tonumber(data.transmissiontype),geartable,tonumber(data.finaldrive),tonumber(data.atshiftpoint),tonumber(transmissiondata.gears))
```
