Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_FactionUIInfo.c
Go to the documentation of this file.
1
3
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:4
UIInfo
UIInfo - allows to define UI elements.
Definition
UIInfo.c:14
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
UI
SCR_FactionUIInfo.c
Generated by
1.17.0