Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_GraphLinesData.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
[
BaseContainerProps
()]
3
class
SCR_GraphLinesData
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
//------------------------------------------------------------------------------------------------
15
float
GetDefaultAlpha
()
16
{
17
return
m_fAlphaDefault
;
18
}
19
20
//------------------------------------------------------------------------------------------------
21
float
GetHighlightedAlpha
()
22
{
23
return
m_fAlphaHighlight
;
24
}
25
26
//------------------------------------------------------------------------------------------------
27
float
GetLineWidth
()
28
{
29
return
m_fLineWidth
;
30
}
31
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_GraphLinesData
Definition
SCR_GraphLinesData.c:4
SCR_GraphLinesData::GetLineWidth
float GetLineWidth()
Definition
SCR_GraphLinesData.c:27
SCR_GraphLinesData::GetHighlightedAlpha
float GetHighlightedAlpha()
Definition
SCR_GraphLinesData.c:21
SCR_GraphLinesData::m_fAlphaDefault
float m_fAlphaDefault
Definition
SCR_GraphLinesData.c:6
SCR_GraphLinesData::GetDefaultAlpha
float GetDefaultAlpha()
Definition
SCR_GraphLinesData.c:15
SCR_GraphLinesData::m_fLineWidth
float m_fLineWidth
Definition
SCR_GraphLinesData.c:12
SCR_GraphLinesData::m_fAlphaHighlight
float m_fAlphaHighlight
Definition
SCR_GraphLinesData.c:9
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Campaign
SCR_GraphLinesData.c
Generated by
1.17.0