11 m_Slider = SliderWidget.Cast(
m_Root.FindAnyWidget(
"option_value"));
12 m_Slider.SetCurrent(value);
25 return "gui/layouts/new_ui/script_console_slider.layout";
30 m_Slider.SetColor(color);
override void SetValue(int value, bool fire_event=true)
class PlayerStatBase m_MinValue
proto native WorkspaceWidget GetWorkspace()
This Option Selector handles a Slider Marker, which basically has 2 sliders One slider is for selecti...
ScriptConsoleTabBase GetTab()
void ScriptConsoleSelector(Widget parent, float value, ScriptConsoleTabBase parent_tab, bool disabled, float min, float max)
ScriptConsoleTabBase m_ParentTab
proto native CGame GetGame()