Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_OverridableUIInfo.c
Go to the documentation of this file.
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_BaseContainerLocalizedTitleField
SCR_TabViewComponent SCR_ScriptedWidgetComponent SCR_BaseContainerLocalizedTitleField("m_sTabButtonContent")
Definition: SCR_TabViewComponent.c:963
SCR_UIInfo
Definition: SCR_UIInfo.c:7
SCR_OverridableUIInfo
Definition: SCR_OverridableUIInfo.c:4
LocalizedString
Definition: LocalizedString.c:21
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468