Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_MenuDialogComponent.c
Go to the documentation of this file.
1
/*
2
Component for configuring dialog data from editor.
3
*/
4
5
//------------------------------------------------------------------------------------------------
6
class
SCR_DialogDataComponent
: ScriptedWidgetComponent
7
{
8
[
Attribute
(
""
, UIWidgets.ComboBox,
""
,
""
, ParamEnumArray.FromEnum(
EDialogType
))]
9
EDialogType
m_iDialogType;
10
11
[
Attribute
(
""
, UIWidgets.ResourceNamePicker,
""
)]
12
ResourceName m_sIconSet;
13
};
14
15
//------------------------------------------------------------------------------------------------
16
class
SCR_ErrorDialogDataComponent
:
SCR_DialogDataComponent
17
{
18
[
Attribute
()]
19
ref
SCR_ErrorDialogMessages
m_ErrorDialogMessages;
20
};
EDialogType
EDialogType
Definition:
DialogUI.c:236
SCR_DialogDataComponent
Definition:
SCR_MenuDialogComponent.c:6
SCR_ErrorDialogMessages
Definition:
SCR_GameKickMessages.c:2
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_ErrorDialogDataComponent
Definition:
SCR_MenuDialogComponent.c:16
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
UI
Menu
Dialogs
SCR_MenuDialogComponent.c
Generated by
1.8.17