Menu

Checker

Adds checkbox element to menu

Menu.Checker('Enabled', false)
Name
Type

Name

String

Default Value

Boolean

Has Color Picker

Boolean

Has Keybind

Boolean


Slider

Adds slider element to menu

Example
Menu.Slider('FOV', 0, 0, 180)
Name
Type

Name

String

Default Value

Integer

Minimum

Integer

Maximum

Integer


Combo

Adds a combobox element to menu

Example
Menu.Combo('Sorting', 0, items)
Name
Type

Name

String

Default Value

Integer

Items

String Array


List

Adds a listbox element to menu

Example
Menu.List('Hitsound', 0, items)
Name
Type

Name

String

Value

Integer

Items

String Array

Count

Integer

Last updated