Arma Reforger Script API
|
Script class aggregating all dedicated server config part together. More...
Public 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. | |
Protected Member Functions | |
string | DefaultConfigName () |
Return default config name with number that should be unique to other other configs. | |
Protected Attributes | |
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 = {} |
Static Protected Attributes | |
const string | DEFAULT_CONFIG_NAME = "Server setup" |
Script class aggregating all dedicated server config part together.
|
protected |
Return default config name with number that should be unique to other other configs.
void SCR_CombinedDSConfig.DefineEntriesMap | ( | array< ref SCR_WidgetListEntry > | entries | ) |
Pass entries and define entries map.
void SCR_CombinedDSConfig.StoreCategoryToJson | ( | JsonApiStruct | json, |
string | tag ) |
Store all values for selected category.
void SCR_CombinedDSConfig.StoreFullJson | ( | ) |
Store values for all categories.
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |