Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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_iAlphaDefault;
7 
8  [Attribute("1", UIWidgets.Slider, "Alpha of the lines, when highlighted or selected.", "0, 1, 0.1")]
9  protected float m_iAlphaHighlight;
10 
11  //------------------------------------------------------------------------------------------------
12  float GetDefaultAlpha()
13  {
14  return m_iAlphaDefault;
15  }
16 
17  //------------------------------------------------------------------------------------------------
18  float GetHighlightedAlpha()
19  {
20  return m_iAlphaHighlight;
21  }
22 };
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_GraphLinesData
Definition: SCR_GraphLinesData.c:3
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468