Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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")]
8
9 [Attribute("", desc: "", uiwidget: UIWidgets.LocaleEditBox)]
11
12 [Attribute("", desc: "", uiwidget: UIWidgets.EditBox)]
13 protected string m_sImageTileName;
14
15 //------------------------------------------------------------------------------------------------
17 {
18 return m_Layout;
19 }
20
21 //------------------------------------------------------------------------------------------------
23 {
24 return m_sImageSet;
25 }
26
27 //------------------------------------------------------------------------------------------------
28 string GetImageName()
29 {
30 return m_sImageTileName;
31 }
32
33 //------------------------------------------------------------------------------------------------
35 {
36 return m_sHintText;
37 }
38}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_PlayerCommandingConfigActionPair Managed SCR_BaseContainerLocalizedTitleField("m_sCommandName")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
ResourceName GetHintResource()
LocalizedString GetHintText()
LocalizedString m_sHintText
ResourceName GetImageSet()
SCR_FieldOfViewSettings Attribute