Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CommonEditorProps.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class CommonEditorProps: UniqueAttribute
13{
23 proto void CommonEditorProps(
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