> 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/sfmechanic/exports-triggers.md).

# Exports/Triggers

## TRIGGERS Lua code examples for Client Side

```lua
local result = exports["sfmechanic"]:statusMenu()
return result -- return true(if menu is open) or false
```

```lua
TriggerEvent("nuifix") -- if the NUI breaks.
```
