Arma Reforger Script API
|
Scripted DS config to store server config from script. More...
Public Member Functions | |
override void | OnPack () |
void | SCR_DSConfig () |
void | StoreFullJson (array< ref SCR_WidgetListEntry > entries, array< ref DSMod > modList, WorkshopItem scenarioMod) |
Store all json values by groups. | |
string | GetConfigName () |
Protected Member Functions | |
string | FindValue (string propertyName, string groupTag="") |
Return value as string by property name. | |
float | StringToNumber (string str) |
Protected Attributes | |
ref array< ref SCR_WidgetListEntry > | m_aDSConfigEntries = {} |
ref SCR_DSOperating | m_Operating |
Static Protected Attributes | |
const string | DEFAULT_FILE_NAME = "GeneratedServerConfig" |
Scripted DS config to store server config from script.
void SCR_DSConfig.SCR_DSConfig | ( | ) |
|
protected |
Return value as string by property name.
string SCR_DSConfig.GetConfigName | ( | ) |
override void SCR_DSConfig.OnPack | ( | ) |
void SCR_DSConfig.StoreFullJson | ( | array< ref SCR_WidgetListEntry > | entries, |
array< ref DSMod > | modList, | ||
WorkshopItem | scenarioMod | ||
) |
Store all json values by groups.
|
protected |
|
staticprotected |
|
protected |
|
protected |