# chaser\_gettelemetry

Returns a table with the current vehicle telemetry data

```lua
    local telemetry ={
        power -- the current power in HP
        torque -- the current torque in NM
        boost = -- the current boost, in %
        boostpowerincrease = -- how much torque you're gaining, in %
        airresistance = -- current air resisance, in g's
        tcsisactive = -- if the tc is actuating in this moment
        escisactive = -- if the esc is actuating in this moment
        lcisactive = -- the state that the launch control is currently
        atlockactive = -- if the vehicle is locked into a gear, on at transmission.
        remainingnitrous = -- how much nitrous you got left, in %
    }
```


---

# 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_gettelemetry.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.
