Menu

Checker

Adds checkbox element to menu

Menu.Checker('Enabled', false)

Name

String

Default Value

Boolean

Has Keybind

Boolean

Has Color Picker

Boolean

circle-info

Keybind & Color Picker bools are optional, will be set to false if no value is set

Slider

Adds slider element to menu

Menu.Slider('FOV', 0, 0, 180)

Name

String

Default Value

Integer

Minimum

Integer

Maximum

Integer

Combo

Adds a combobox element to menu

Name

String

Default Value

Integer

Items

String Array

List

Adds a listbox element to menu

Name
Type
Description

Name

String

Listbox name

Value

Integer

Default value (starts from 0)

Items

String Array

Name of items

Count

Integer

Row of items

circle-info

Count is optional, default value is 8

Last updated