Set()

Sets picked element index

local ComboBox = Menu.AddCombo("ComboBox", "LUACombo", {"Standing", "Moving"}, 1)

ComboBox:Set(0)

Last updated