Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CombinedDSConfig Class Reference

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< DSModm_aMods = {}
ref array< ref Tuple2< string, ref SCR_WidgetListEntry > > m_aDSConfigEntries = {}

Detailed Description

Script class aggregating all dedicated server config part together.

Definition at line 97 of file SCR_JsonApiStructHandler.c.

Member Function Documentation

◆ DefaultConfigName()

string SCR_CombinedDSConfig::DefaultConfigName ( )
inlineprotected

Return default config name with number that should be unique to other other configs.

Definition at line 199 of file SCR_JsonApiStructHandler.c.

◆ DefineEntriesMap()

void SCR_CombinedDSConfig::DefineEntriesMap ( array< ref SCR_WidgetListEntry > entries)
inlineprotected

Pass entries and define entries map.

Definition at line 126 of file SCR_JsonApiStructHandler.c.

◆ StoreCategoryToJson()

void SCR_CombinedDSConfig::StoreCategoryToJson ( JsonApiStruct json,
string tag )
inlineprotected

Store all values for selected category.

Definition at line 145 of file SCR_JsonApiStructHandler.c.

◆ StoreFullJson()

void SCR_CombinedDSConfig::StoreFullJson ( )
inlineprotected

Store values for all categories.

Definition at line 176 of file SCR_JsonApiStructHandler.c.

Member Data Documentation

◆ DEFAULT_CONFIG_NAME

const string SCR_CombinedDSConfig::DEFAULT_CONFIG_NAME = "Server setup"
protected

Definition at line 100 of file SCR_JsonApiStructHandler.c.

◆ m_aDSConfigEntries

ref array<ref Tuple2<string, ref SCR_WidgetListEntry> > SCR_CombinedDSConfig::m_aDSConfigEntries = {}
protected

Definition at line 122 of file SCR_JsonApiStructHandler.c.

◆ m_aMods

ref array<DSMod> SCR_CombinedDSConfig::m_aMods = {}
protected

Definition at line 119 of file SCR_JsonApiStructHandler.c.

◆ m_DSConfig

ref SCR_DSConfig SCR_CombinedDSConfig::m_DSConfig = new SCR_DSConfig()
protected

Definition at line 116 of file SCR_JsonApiStructHandler.c.

◆ m_DSGameConfig

ref DSGameConfig SCR_CombinedDSConfig::m_DSGameConfig = new DSGameConfig()
protected

Definition at line 117 of file SCR_JsonApiStructHandler.c.

◆ m_DSGameProperties

ref DSGameProperties SCR_CombinedDSConfig::m_DSGameProperties = new DSGameProperties()
protected

Definition at line 118 of file SCR_JsonApiStructHandler.c.

◆ m_sCategoryConfig

string SCR_CombinedDSConfig::m_sCategoryConfig
protected

Definition at line 104 of file SCR_JsonApiStructHandler.c.

◆ m_sCategoryGameConfig

string SCR_CombinedDSConfig::m_sCategoryGameConfig
protected

Definition at line 107 of file SCR_JsonApiStructHandler.c.

◆ m_sCategoryGameProperties

string SCR_CombinedDSConfig::m_sCategoryGameProperties
protected

Definition at line 110 of file SCR_JsonApiStructHandler.c.

◆ m_sConfigName

string SCR_CombinedDSConfig::m_sConfigName
protected

Definition at line 113 of file SCR_JsonApiStructHandler.c.


The documentation for this class was generated from the following file: