Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ButtonTexture.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
ButtonTexture
: ScriptAndConfig
13
{
14
[
Attribute
(
desc
:
"Name of Texture in imageset. Can be empty!"
)]
15
string
m_sTexture;
16
17
[
Attribute
(defvalue:
"0.000000 0.000000 0.000000 1.000000"
, UIWidgets.ColorPicker,
desc
:
"Overrides the image color. Default: Black"
)]
18
ref Color m_Color;
19
20
[
Attribute
(defvalue:
"false"
, UIWidgets.CheckBox,
desc
:
"Enable to let the texture have a shadow. This can increase visivility of the texture"
)]
21
bool
m_bHasShadow;
22
23
}
24
ButtonTexture
Definition:
ButtonTexture.c:12
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
UI
Actions
ButtonTexture.c
Generated by
1.8.17