πŸ“–
xMenu
  • πŸ‘‹Welcome to xMenu documentation
  • Overview
    • πŸ’‘What we do
    • ✨Our Features
    • 🎨Themes
    • πŸ—ΊοΈRoadmap
  • Usage
    • Style parameters
    • xmenu.create
    • xmenu.render
      • addButton
      • addSeparator
      • addCheckbox
      • addSlider
      • addLine
      • addList
      • onClosed
    • xmenu.getState
Powered by GitBook
On this page
  1. Usage
  2. xmenu.render

addButton

addButton("Button", style, {
    onSelected = function()
        
    end,
    onHovered = function()
        
    end,
    onActive = function()
        
    end
})
Previousxmenu.renderNextaddSeparator

Last updated 1 year ago