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_ItemHintUIInfo.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseContainerLocalizedTitleField
(
"Name"
)]
2
class
SCR_ItemHintUIInfo
:
SCR_InventoryUIInfo
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
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseContainerLocalizedTitleField
SCR_PlayerCommandingConfigActionPair Managed SCR_BaseContainerLocalizedTitleField("m_sCommandName")
Definition
SCR_PlayerCommandsConfig.c:58
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
params
category params
Definition
SCR_SpherePointGeneratorPreviewComponent.c:21
LocalizedString
Definition
LocalizedString.c:22
ResourceName
Definition
ResourceName.c:13
SCR_InventoryUIInfo
Definition
SCR_InventoryUIInfo.c:3
SCR_ItemHintUIInfo
Definition
SCR_ItemHintUIInfo.c:3
SCR_ItemHintUIInfo::m_Layout
ResourceName m_Layout
Definition
SCR_ItemHintUIInfo.c:4
SCR_ItemHintUIInfo::GetHintResource
ResourceName GetHintResource()
Definition
SCR_ItemHintUIInfo.c:16
SCR_ItemHintUIInfo::GetHintText
LocalizedString GetHintText()
Definition
SCR_ItemHintUIInfo.c:34
SCR_ItemHintUIInfo::m_sHintText
LocalizedString m_sHintText
Definition
SCR_ItemHintUIInfo.c:10
SCR_ItemHintUIInfo::GetImageName
string GetImageName()
Definition
SCR_ItemHintUIInfo.c:28
SCR_ItemHintUIInfo::m_sImageTileName
string m_sImageTileName
Definition
SCR_ItemHintUIInfo.c:13
SCR_ItemHintUIInfo::GetImageSet
ResourceName GetImageSet()
Definition
SCR_ItemHintUIInfo.c:22
SCR_ItemHintUIInfo::m_sImageSet
ResourceName m_sImageSet
Definition
SCR_ItemHintUIInfo.c:7
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Editor
Containers
UIInfo
SCR_ItemHintUIInfo.c
Generated by
1.17.0