Exports

---Exports the SetSeatBeltState function, allowing it to be called from other scripts or resources.
---@param state boolean | nil
exports['0r-hud-v3']:SetSeatBeltState(state)

-- Sets the visibility of the HUD UI element
---@param state boolean visible (true) or hidden (false)
exports['0r-hud-v3']:ToggleVisible(state)

Last updated