note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
IsValidMenu
Description
Checks if a menu ID is valid.
Name | Description |
---|---|
Menu:menuid | The ID of the menu to check. |
Returns
true - The menu is valid.
false - The menu is not valid.
Related Functions
- CreateMenu: Creates a menu.
- DestroyMenu: Destroys the specified menu.
- DisableMenu: Disable a menu.
- DisableMenuRow: Disable a specific row in a menu for all players.
- AddMenuItem: Adds an item to a specified menu.
- SetMenuColumnHeader: Set the header for one of the columns in a menu.
- IsMenuDisabled: Check if a menu is disabled.
- IsMenuRowDisabled: Check if a menu row is disabled.
Related Callbacks
- OnPlayerSelectedMenuRow: Called when a player selected a row in a menu.
- OnPlayerExitedMenu: Called when a player exits a menu.