ComboMenuItem_t
AddCombo(Label, VarName, Items, DefaultValue)
local ComboBox = Menu.AddCombo("ComboBox", "LUACombo", {"Standing", "Moving"}, 1)
Last updated
AddCombo(Label, VarName, Items, DefaultValue)
local ComboBox = Menu.AddCombo("ComboBox", "LUACombo", {"Standing", "Moving"}, 1)
Last updated