Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_OverridableUIInfo.c
Go to the documentation of this file.
1
5{
6 //------------------------------------------------------------------------------------------------
9 override void SetName(LocalizedString name)
10 {
11 Name = name;
12 }
13
14 //------------------------------------------------------------------------------------------------
17 override void SetDescription(LocalizedString description)
18 {
19 Description = description;
20 }
21
22 //------------------------------------------------------------------------------------------------
25 void SetIcon(string icon)
26 {
27 Icon = icon;
28 }
29
30 //------------------------------------------------------------------------------------------------
33 void SetIconSetName(string iconSetName)
34 {
35 IconSetName = iconSetName;
36 }
37}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_PlayerCommandingConfigActionPair Managed SCR_BaseContainerLocalizedTitleField("m_sCommandName")
LocalizedString Description
string IconSetName
Definition SCR_UIInfo.c:13
ResourceName Icon
Definition SCR_UIInfo.c:10
LocalizedString Name
Definition SCR_UIName.c:8