Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
c
f
l
m
o
p
r
s
t
Enumerations
a
b
c
d
e
f
g
i
k
l
m
p
r
s
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
UI
Actions
InputButtonData.c
Generated by
1.8.17