Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
InputButtonLayoutConfig.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class InputButtonLayoutConfig: ScriptAndConfig
13 {
14  [Attribute()]
15  protected ref array<ref SCR_InputButtonLayoutEntry> m_aLayoutTypes;
16 
17  [Attribute()]
18  ResourceName m_sSymbolsImageSet;
19 
20  [Attribute()]
21  ResourceName m_sSymbolsImageSetGlow;
22 
23  [Attribute()]
24  string m_sSumImage;
25 
26  [Attribute(defvalue:"2.0")]
27  float m_fSumScale;
28 
29  [Attribute(defvalue:"0.2")]
30  float m_fSumOverlap;
31 
32  [Attribute()]
33  string m_sComboImage;
34 
35  [Attribute(defvalue:"1.0")]
36  float m_fComboScale;
37 
38  [Attribute(defvalue:"0.2")]
39  float m_fComboOverlap;
40 
41  [Attribute(defvalue:"0.760 0.392 0.078 1")]
42  ref Color m_SymbolsColor;
43 
44  [Attribute(defvalue:"0 0 0 0.5")]
45  ref Color m_SymbolsGlowColor;
46 
47  [Attribute()]
48  ref array<ref InputButtonState> m_States;
49 
50 }
51 
Attribute
typedef Attribute
Post-process effect of scripted camera.
InputButtonLayoutConfig
Definition: InputButtonLayoutConfig.c:12