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

# chaser\_getdifferential

Returns a table with all current differential status

```lua
    local differential = {
        differential -- is the differential enabled?
        frontlock -- Legacy feature, doesn't do anything.
        rearlock -- Legacy feature, doesn't do anything.
    }
```
