Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/assets/pages/Community Bridge/Modules/Menu/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ local Bridge = exports['community_bridge']:Bridge()

-- Open a simple menu
local menuId = Bridge.Menu.Open({
id = "vehicle_menu",
title = "Vehicle Options",
description = "Choose an action for your vehicle",
options = {
Expand Down Expand Up @@ -77,4 +78,4 @@ local menuId = Bridge.Menu.Open({
| Ox Lib | `ox_lib` |
| QB Menu | `qb-menu` |

The system automatically detects which menu resource is available and uses the appropriate implementation. Format conversion between QB-Core table input style and Ox formats is handled automatically when using the `useQb` parameter.
The system automatically detects which menu resource is available and uses the appropriate implementation. Format conversion between QB-Core table input style and Ox formats is handled automatically when using the `useQb` parameter.