# chaser\_gettransmission

Returns a table with all current transmission status

```lua
    local transmission = {
        transmissionid --The current transmission mode, in ID, 0 = Sequential, 1 = Auto, 2 = Manual
        originaltransmissionid --The original transmission mode, in case the transmission on this vehicle is swapped.
        finaldrive -- The final drive, of this vehicle.
        gearratiostable -- A table containing the gear ratios.
        atshiftpoint -- The automatic shift point for this vehicle
        gears -- The ammount of gear, the current gearbox has.
        topspeed -- The estimated tospeed, in KM/H
    }
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacydmc.gitbook.io/chaser/get-exports/chaser_gettransmission.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
