Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_GraphLinesData.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
4{
5 [Attribute("0.3", UIWidgets.Slider, "Default alpha of the lines.", "0, 1, 0.1")]
6 protected float m_fAlphaDefault;
7
8 [Attribute("1", UIWidgets.Slider, "Alpha of the lines, when highlighted or selected.", "0, 1, 0.1")]
9 protected float m_fAlphaHighlight;
10
11 [Attribute("3", UIWidgets.Slider, "Alpha of the lines, when highlighted or selected.", "0.1, 5, 0.1")]
12 protected float m_fLineWidth;
13
14 //------------------------------------------------------------------------------------------------
16 {
17 return m_fAlphaDefault;
18 }
19
20 //------------------------------------------------------------------------------------------------
22 {
23 return m_fAlphaHighlight;
24 }
25
26 //------------------------------------------------------------------------------------------------
28 {
29 return m_fLineWidth;
30 }
31};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute