Skip to content

UIItems

JustGod edited this page Oct 28, 2023 · 1 revision

UIItems

Button

(method) UIItems:Button(Label: string, Description: string, Style: table, Enabled: boolean, Action: any, Submenu: UIMenu)
  -> nil

ButtonWithStyle

Checkbox

(method) UIItems:Checkbox(Label: any, Description: any, Checked: any, Style: any, Actions: any)

Constructor

fun():BaseObject

Line

(method) UIItems:Line()

List

(method) UIItems:List(Label: any, Items: any, Index: any, Description: any, Style: any, Enabled: any, Actions: any, Submenu: any)

Separator

(method) UIItems:Separator(Label: any)

Slider

(method) UIItems:Slider(Label: any, ProgressStart: any, ProgressMax: any, Description: any, Divider: any, Style: any, Enabled: any, Actions: any)

SliderProgress

(method) UIItems:SliderProgress(Label: string, ProgressStart: number, ProgressMax: number, Description: string, Style: any, Enabled: boolean, Actions: any)

Slider

UISliderHeritage

(method) UIItems:UISliderHeritage(Label: any, ItemIndex: any, Description: any, Actions: any, Value: any)

UIItems.Button

ButtonWithStyle

(method) UIItems:Button(Label: string, Description: string, Style: table, Enabled: boolean, Action: any, Submenu: UIMenu)
  -> nil

UIItems.Checkbox

(method) UIItems:Checkbox(Label: any, Description: any, Checked: any, Style: any, Actions: any)

UIItems.Line

(method) UIItems:Line()

UIItems.List

(method) UIItems:List(Label: any, Items: any, Index: any, Description: any, Style: any, Enabled: any, Actions: any, Submenu: any)

UIItems.Separator

(method) UIItems:Separator(Label: any)

UIItems.Slider

(method) UIItems:Slider(Label: any, ProgressStart: any, ProgressMax: any, Description: any, Divider: any, Style: any, Enabled: any, Actions: any)

UIItems.SliderProgress

Slider

(method) UIItems:SliderProgress(Label: string, ProgressStart: number, ProgressMax: number, Description: string, Style: any, Enabled: boolean, Actions: any)

UIItems.UISliderHeritage

(method) UIItems:UISliderHeritage(Label: any, ItemIndex: any, Description: any, Actions: any, Value: any)
Clone this wiki locally