Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EntityEditorProps.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class EntityEditorProps: CommonEditorProps
13{
32 proto void EntityEditorProps(
33 string category = "",
34 string description = "",
35 string color = "255 0 0 255",
36 bool visible = true,
37 bool insertable = true,
38 bool configRoot = false,
39 string icon = "",
40 string style = "box",
41 vector sizeMin = "-0.25 -0.25 -0.25",
42 vector sizeMax = "0.25 0.25 0.25",
43 string color2 = "0 0 0 0",
44 bool dynamicBox = false,
45 string iconPrefab = "",
46 bool billboard = true,
47 float elevation = 0,
48 float scale = 1
49 );
50
51}
52
vector scale