🎨CMenuColorPickerAttachment
CMenuColorPickerAttachment metatable.
:Name(): string
string
Returns widget's name.
Returns widget's parent.
:Type(): Enum.WidgetType
Enum.WidgetType
Returns widget type.
:Open(): nil
nil
Opens parent tabs.
:ForceLocalization(newText: string
): nil
string
): nil
Not recommended for use due to its complexity
Changes text in the widget. The path to the widget is not affected. May be used for dynamic text customization or recolor.
:Visible(value: boolean
): nil
boolean
): nil
Gets or sets visible state. Depends on argument.
Example
:Visible(): boolean
boolean
Example
:Disabled(value: boolean
): nil
boolean
): nil
Gets or sets disabled state. Depends on argument.
Example
:Disabled(): boolean
boolean
Example
:Get(): Color
Color
Returns widget's value.
:Set(value: Color
): nil
Color
): nil
Sets widget's value.
:SetCallback(callback: fun(this: CMenuColorPickerAttachment):nil
, forceCall [?]
: boolean
): nil
fun(this: CMenuColorPickerAttachment):nil
, forceCall [?]
: boolean
): nil
Multiple callbacks could be set.
Sets widget's on change callback.
:UnsetCallback(callback: fun(this: CMenuColorPickerAttachment):nil
): nil
fun(this: CMenuColorPickerAttachment):nil
): nil
Removes widget's on change callback.
Last updated