Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ItemHintUIInfo.c
Go to the documentation of this file.
3 {
4  protected ResourceName m_Layout = "{9996B50BE8DFED5E}UI/layouts/Menus/Inventory/InventoryItemHintLayout.layout";
5 
6  [Attribute(desc: "Imageset with icon for the itemHint", params: "imageset")]
7  protected ResourceName m_sImageSet;
8 
9  [Attribute("", desc: "", uiwidget: UIWidgets.LocaleEditBox)]
10  protected LocalizedString m_sHintText;
11 
12  [Attribute("", desc: "", uiwidget: UIWidgets.EditBox)]
13  protected string m_sImageTileName;
14 
15  //------------------------------------------------------------------------------------------------
16  ResourceName GetHintResource()
17  {
18  return m_Layout;
19  }
20 
21  //------------------------------------------------------------------------------------------------
22  ResourceName GetImageSet()
23  {
24  return m_sImageSet;
25  }
26 
27  //------------------------------------------------------------------------------------------------
28  string GetImageName()
29  {
30  return m_sImageTileName;
31  }
32 
33  //------------------------------------------------------------------------------------------------
34  LocalizedString GetHintText()
35  {
36  return m_sHintText;
37  }
38 }
SCR_BaseContainerLocalizedTitleField
SCR_TabViewComponent SCR_ScriptedWidgetComponent SCR_BaseContainerLocalizedTitleField("m_sTabButtonContent")
Definition: SCR_TabViewComponent.c:963
m_Layout
ResourceName m_Layout
Definition: SCR_ActionsToolbarEditorUIComponent.c:6
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
SCR_InventoryUIInfo
Definition: SCR_InventoryUIInfo.c:2
m_sImageSet
ResourceName m_sImageSet
Definition: SCR_MapToolMenuUI.c:8
Attribute
typedef Attribute
Post-process effect of scripted camera.
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
SCR_ItemHintUIInfo
Definition: SCR_ItemHintUIInfo.c:2
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