Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionUIInfo.c
Go to the documentation of this file.
1
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};
UIInfo - allows to define UI elements.
Definition UIInfo.c:14
SCR_FieldOfViewSettings Attribute