🗂️CMenuGroup
Last updated
Last updated
string
Returns group's name.
CThirdTab
Returns group's parent.
Enum.WidgetType
Returns widget type.
nil
Opens parent tabs.
string
): CMenuSwitch
|
CMenuBind
|
CMenuSliderFloat
|
CMenuSliderInt
|
CMenuColorPicker
|
CMenuComboBox
|
CMenuButton
|
CMenuMultiComboBox
|
CMenuMultiSelect
|
CMenuInputBox
|
CMenuLabel
|nil
Name | Type | Description |
---|---|---|
Finds the widget by name.
Creates new CMenuSwitch
.
Creates new CMenuBind
.
string
, minValue: integer
, maxValue: integer
, defaultValue: integer
, format [?]
: string|fun(value: integer):string
): CMenuSliderInt
Creates new CMenuSliderInt
or CMenuSliderFloat
depents on arg types.
minValue
, maxValue
and defaultValue
should be integer to create CMenuSliderInt
.
string
, minValue: number
, maxValue: number
, defaultValue: number
, format [?]
: string|fun(value: number):string
): CMenuSliderFloat
Creates new CMenuSliderFloat
.
Creates new CMenuColorPicker
.
Creates new CMenuButton
.
Creates new CMenuComboBox
.
Creates new CMenuMultiComboBox
.
string
, items: {nameId: string, imagePath: string, isEnabled: boolean}[]
, expanded [?]
: boolean
): CMenuMultiSelect
Creates new CMenuMultiSelect
.
Creates new CMenuInputBox
.
Creates new CMenuLabel
.
boolean
): nil
Gets or sets group's disabled state. Depends on argument.
boolean
boolean
): nil
Gets or sets group's visible state. Depends on argument.
boolean
boolean
): nil
Gets or sets group's search state. Depends on argument.
boolean
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|