Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FieldManual_ImageData.c
Go to the documentation of this file.
1 [BaseContainerProps(), SCR_BaseContainerLocalizedTitleField(propertyName: "m_sCaption", format: "Gallery Image: %1")]
3 {
4  [Attribute(uiwidget: UIWidgets.ResourcePickerThumbnail, params: "edds imageset")]
5  ResourceName m_Image;
6 
7  [Attribute(desc: "Only required if Image is an imageset")]
8  string m_sImageName;
9 
10  [Attribute(defvalue: "1 1 1 1")]
11  ref Color m_Color;
12 
13  [Attribute()]
14  string m_sCaption;
15 
16  [Attribute(defvalue: SCR_Enum.GetDefault(SCR_EInputTypeCondition.ALL_INPUTS), uiwidget: UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(SCR_EInputTypeCondition))]
17  SCR_EInputTypeCondition m_eInputDisplayCondition;
18 }
SCR_Enum
Definition: SCR_Enum.c:1
SCR_BaseContainerLocalizedTitleField
SCR_TabViewComponent SCR_ScriptedWidgetComponent SCR_BaseContainerLocalizedTitleField("m_sTabButtonContent")
Definition: SCR_TabViewComponent.c:963
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_EInputTypeCondition
SCR_EInputTypeCondition
Definition: SCR_EInputTypeCondition.c:1
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
SCR_FieldManual_ImageData
Definition: SCR_FieldManual_ImageData.c:2
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