Documentation

SelectedIDs - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Listbox :: SelectedIDs

GUI.Listbox.SelectedIDs
identifiers of all currently selected items in the listbox

Type

Integer Array

Lua Usage

-- Get
local integerArray = listbox.SelectedIDs

-- Set
listbox.SelectedIDs = integerArray

If you think anything is missing, please feel free to: submit documentation feedback on this page