Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MenuDialogComponent.c
Go to the documentation of this file.
1/*
2Component for configuring dialog data from editor.
3*/
4
5//------------------------------------------------------------------------------------------------
7{
8 [Attribute("", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(EDialogType))]
9 EDialogType m_iDialogType;
10
11 [Attribute("", UIWidgets.ResourceNamePicker, "")]
12 ResourceName m_sIconSet;
13};
14
15//------------------------------------------------------------------------------------------------
EDialogType
Definition DialogUI.c:237
SCR_FieldOfViewSettings Attribute