For the complete documentation index, see llms.txt. This page is also available as Markdown.

Exports

Lua code examples for Client Side

local isInRace = exports.sfracingtablet:checkIsInRace()
print(isInRace) -- return nil or raceId
local isInEditor = exports.sfracingtablet:checkIsInEditor()
print(isInEditor) -- return true or false

Last updated