Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ComponentEditorProps.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
ComponentEditorProps: CommonEditorProps
13
{
23
proto
void
ComponentEditorProps(
24
string
category
=
""
,
25
string
description =
""
,
26
string
color =
"255 0 0 255"
,
27
bool
visible =
true
,
28
bool
insertable =
true
,
29
bool
configRoot =
false
,
30
string
icon =
""
,
31
);
32
33
}
34
category
params category
Definition
SCR_VehicleDamageManagerComponent.c:302
scripts
Core
generated
Attributes
ComponentEditorProps.c
Generated by
1.17.0