Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
InputButtonData.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class InputButtonData: InputMappingKeyData
13 {
14  [Attribute(desc:"Text displayed on Button")]
15  string m_sText;
16 
17  [Attribute(desc:"Insert image names from defined ImageSet. Images will be displayed from top to bottom.")]
18  ref array<ref SCR_ButtonTexture> m_aTextures;
19 
20  [Attribute(defvalue:"0", uiwidget : UIWidgets.SearchComboBox, desc : "Button type", enums : ParamEnumArray.FromEnum(SCR_EButtonSize))]
21  SCR_EButtonSize m_eType;
22 
23 }
24 
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
SCR_EButtonSize
SCR_EButtonSize
Definition: SCR_InputButtonEnums.c:1
Attribute
typedef Attribute
Post-process effect of scripted camera.
InputButtonData
Definition: InputButtonData.c:12