![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Script class aggregating all dedicated server config part together. More...
Protected Member Functions | |
| void | DefineEntriesMap (array< ref SCR_WidgetListEntry > entries) |
| Pass entries and define entries map. | |
| void | StoreCategoryToJson (JsonApiStruct json, string tag) |
| Store all values for selected category. | |
| void | StoreFullJson () |
| Store values for all categories. | |
| string | DefaultConfigName () |
| Return default config name with number that should be unique to other other configs. | |
Protected Attributes | |
| const string | DEFAULT_CONFIG_NAME = "Server setup" |
| string | m_sCategoryConfig |
| string | m_sCategoryGameConfig |
| string | m_sCategoryGameProperties |
| string | m_sConfigName |
| ref SCR_DSConfig | m_DSConfig = new SCR_DSConfig() |
| ref DSGameConfig | m_DSGameConfig = new DSGameConfig() |
| ref DSGameProperties | m_DSGameProperties = new DSGameProperties() |
| ref array< DSMod > | m_aMods = {} |
| ref array< ref Tuple2< string, ref SCR_WidgetListEntry > > | m_aDSConfigEntries = {} |
Script class aggregating all dedicated server config part together.
Definition at line 97 of file SCR_JsonApiStructHandler.c.
|
inlineprotected |
Return default config name with number that should be unique to other other configs.
Definition at line 199 of file SCR_JsonApiStructHandler.c.
|
inlineprotected |
Pass entries and define entries map.
Definition at line 126 of file SCR_JsonApiStructHandler.c.
|
inlineprotected |
Store all values for selected category.
Definition at line 145 of file SCR_JsonApiStructHandler.c.
|
inlineprotected |
Store values for all categories.
Definition at line 176 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 100 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 122 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 119 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 116 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 117 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 118 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 104 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 107 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 110 of file SCR_JsonApiStructHandler.c.
|
protected |
Definition at line 113 of file SCR_JsonApiStructHandler.c.