Menu

showMenu

Elite.showMenu(header, options, footer)
  • header: table

    • title: string

    • text: string

    • icon?: string

    • disabled?: boolean

    • isServer?: boolean

    • isAction?: boolean

    • event?: string or func

    • args?: table

  • options: table (object)

    • title: string

    • text: string

    • icon?: string

    • image?: string

    • disabled?: boolean

    • isServer?: boolean

    • isAction?: boolean

    • event?: string or func

    • args?: table

  • footer: table

    • title: string

    • text: string

    • icon?: string

    • disabled?: boolean

    • isServer?: boolean

    • isAction?: boolean

    • event?: string or func

    • args?: table


closeMenu

Elite.closeMenu()

Last updated