CreateMenu
Create a MenuV menu
Namespace
Type
MenuV
function
MenuV:CreateMenu
Parameters
Name
Type
Description
Default
title
string
Title on header
"MenuV"
subtitle
string
Subtitle under header
""
position
Position
"topleft"
r
number
Red color between 0 - 255
0
g
number
Green color between 0 - 255
0
b
number
Blue color between 0 - 255
255
icon
string
""
size
Size
"size-110"
Returns
Index
Type
Description
1
Menu
Generated menu based on parameters
Examples
Last updated
Was this helpful?