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_CommanderGraphLinesData.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_CommanderGraphLinesData
3
{
4
[
Attribute
(
"0.89 0.65 0.31 0.8"
,
UIWidgets
.ColorPicker)]
5
protected
ref
Color
m_Color
;
6
7
[
Attribute
(
"3"
,
UIWidgets
.Slider,
"Alpha of the lines, when highlighted or selected."
,
"0.1 5 0.1"
)]
8
protected
float
m_fLineWidth
;
9
10
//------------------------------------------------------------------------------------------------
11
Color
GetColor
()
12
{
13
return
m_Color
;
14
}
15
16
//------------------------------------------------------------------------------------------------
17
float
GetLineWidth
()
18
{
19
return
m_fLineWidth
;
20
}
21
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
Color
Definition
Color.c:13
SCR_CommanderGraphLinesData
Definition
SCR_CommanderGraphLinesData.c:3
SCR_CommanderGraphLinesData::GetLineWidth
float GetLineWidth()
Definition
SCR_CommanderGraphLinesData.c:17
SCR_CommanderGraphLinesData::GetColor
Color GetColor()
Definition
SCR_CommanderGraphLinesData.c:11
SCR_CommanderGraphLinesData::m_fLineWidth
float m_fLineWidth
Definition
SCR_CommanderGraphLinesData.c:8
SCR_CommanderGraphLinesData::m_Color
ref Color m_Color
Definition
SCR_CommanderGraphLinesData.c:5
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Campaign
SCR_CommanderGraphLinesData.c
Generated by
1.17.0