Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FactionUIInfo.c
Go to the documentation of this file.
4 {
6  [Attribute("", UIWidgets.EditBox, "Upper case name.", "")]
7  private string m_sNameUpper;
8 
9  string GetFactionNameUpperCase()
10  {
11  return m_sNameUpper;
12  }
13 
14 
15 };
SCR_FactionUIInfo
Definition: SCR_FactionUIInfo.c:3
UIInfo
UIInfo - declare object, allows to define UI elements.
Definition: UIInfo.c:13
Attribute
typedef Attribute
Post-process effect of scripted camera.