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.
1
class
SCR_FactionUIInfo
:
UIInfo
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.
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
UI
SCR_FactionUIInfo.c
Generated by
1.8.17