> For the complete documentation index, see [llms.txt](https://docs.scriptsfivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scriptsfivem.com/resources/sfracingtablet/exports.md).

# Exports

## Lua code examples for Client Side

```lua
local isInRace = exports.sfracingtablet:checkIsInRace()
print(isInRace) -- return nil or raceId
```

```lua
local isInEditor = exports.sfracingtablet:checkIsInEditor()
print(isInEditor) -- return true or false
```
