Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseContainerProps.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
50class BaseContainerProps: CommonEditorProps
51{
61 proto void BaseContainerProps(
62 string category = "",
63 string description = "",
64 string color = "255 0 0 255",
65 bool visible = true,
66 bool insertable = true,
67 bool configRoot = false,
68 string icon = "",
69 NamingConvention namingConvention = NamingConvention.NC_MUST_HAVE_GUID
70 );
71
72}
73
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.