Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 579 Bytes

File metadata and controls

16 lines (11 loc) · 579 Bytes

Create Menu

Create a menu

To create your menu you can use the RMenu utility supplied with RageUI or else use a variable, if you want to understand how it works I invite you to check for yourself on the documentation.

  1. New method

     local mainMenu = RageUI.CreateMenu("Menu title", "Menu description")
    
  2. Old method

     RMenu.Add('showcase', 'main', RageUI.CreateMenu("RageUI", "showcase"))