ui
Functions to work with menu
find
local widget_type = {
checkbox = 0,
label = 1,
color_picker = 2,
keybind = 3,
sliderint = 4,
sliderfloat = 5,
combo = 6,
multicombo = 7,
button = 8,
input = 9,
any = 10
}tab
groupbox
is_open
get_binds
MenuGroup
checkbox
label
color_picker
keybind
slider_int
slider_float
Name
Type
Description
combo
Name
Type
Description
multicombo
Name
Type
Description
button
input
Widget
get_name
get
set
type
set_callback
visible
get_key
get_mode
update_list
Last updated