Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ScriptConsoleSelector Class Reference
Inheritance diagram for ScriptConsoleSelector:
OptionSelectorSliderSetup

Protected Member Functions

void ScriptConsoleSelector (Widget parent, float value, ScriptConsoleTabBase parent_tab, bool disabled, float min, float max)
string GetLayoutFile ()
Widget GetLayoutRoot ()
ScriptConsoleTabBase GetTab ()
void SetColor (int color)

Protected Attributes

ScriptConsoleTabBase m_ParentTab

Additional Inherited Members

Private Member Functions inherited from OptionSelectorSliderSetup
bool Changed ()
override void Disable ()
override void Enable ()
float GetRangePercantageByValue ()
override bool IsFocusable (Widget w)
bool IsValidEditboxValue (string text)
bool IsValueTextVisible ()
override bool OnChange (Widget w, int x, int y, bool finished)
override bool OnDoubleClick (Widget w, int x, int y, int button)
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
override bool OnUpdate (Widget w)
void OptionSelectorLevelMarker (Widget parent, float value, ScriptedWidgetEventHandler parentMenu, bool disabled, float min, float max)
void OptionSelectorSlider (Widget parent, float value, ScriptedWidgetEventHandler parent_menu, bool disabled, float min, float max, bool showEditbox=false)
void Refresh (float defaultValue=-1)
void SetActiveOption ()
void SetSlider2Value (float value)
void SetValueText ()
void Update ()
void UpdateActiveOption ()
Private Attributes inherited from OptionSelectorSliderSetup
bool m_Changed
float m_LastValue
bool m_ShowEditbox
SliderWidget m_Slider2
EditBoxWidget m_ValueText

Detailed Description

Definition at line 1 of file scriptconsoleselector.c.

Constructor & Destructor Documentation

◆ ScriptConsoleSelector()

void ScriptConsoleSelector ( Widget parent,
float value,
ScriptConsoleTabBase parent_tab,
bool disabled,
float min,
float max )
inlineprotected

Member Function Documentation

◆ GetLayoutFile()

string GetLayoutFile ( )
inlineprotected

Definition at line 23 of file scriptconsoleselector.c.

Referenced by ScriptConsoleSelector().

◆ GetLayoutRoot()

Widget GetLayoutRoot ( )
inlineprotected

Definition at line 33 of file scriptconsoleselector.c.

References m_Root.

◆ GetTab()

ScriptConsoleTabBase GetTab ( )
inlineprotected

Definition at line 38 of file scriptconsoleselector.c.

References m_ParentTab.

◆ SetColor()

void SetColor ( int color)
inlineprotected

Definition at line 28 of file scriptconsoleselector.c.

Field Documentation

◆ m_ParentTab

ScriptConsoleTabBase m_ParentTab
protected

Definition at line 3 of file scriptconsoleselector.c.

Referenced by ScriptConsoleSelector(), and GetTab().


The documentation for this class was generated from the following file: