Skip to main content

ui.new_multiselect

Returns a special value that can be passed to ui.get and ui.set, or throws an error on failure.

ui.new_multiselect(tab: string, container: string, name: string, ...): number

Arguments

NameDescriptionType
tabThe name of the tab: RAGE, AA, LEGIT, VISUALS, MISC, SKINS, PLAYERS, LUA.string
containerThe name of the existing container to which this control will be added.string
nameThe name of the multiselect.string
...One or more comma separated string values that will be added to the combobox. Alternatively, a table of strings that will be added.unknown

Returns menu item: number