Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ButtonTexture.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition Color.c:13
SCR_FieldOfViewSettings Attribute