Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
bool | IsProtectedConfigName (const std::string &name) |
bool | GetConfigNamespace (const std::wstring &cfgNsString, EConfigNamespace &cfgNs) |
bool | HasChanges (const std::wstring &cfgNsString) |
bool | SetChanges (const std::wstring &cfgNsString, bool value) |
std::string | GetValue (const std::wstring &cfgNsString, const std::string &name) |
bool | CreateValue (const std::wstring &cfgNsString, const std::string &name, const std::string &value) |
bool | CreateValues (const std::wstring &cfgNsString, const std::string &name, const std::vector< CStr > &values) |
bool | RemoveValue (const std::wstring &cfgNsString, const std::string &name) |
bool | SaveChanges (const std::wstring &cfgNsString) |
bool | RemoveValueAndSave (const std::wstring &cfgNsString, const std::string &name) |
bool | SaveValue (const std::wstring &cfgNsString, const std::string &name, const std::string &value) |
void | CreateAndSaveValue (const std::wstring &cfgNsString, const std::string &name, const std::string &value) |
bool | Reload (const std::wstring &cfgNsString) |
void | PauseOnFocusLoss (bool pause) |
void | SetGUIScale (float scale) |
void | RegisterScriptFunctions (const ScriptRequest &rq) |
Variables | |
static const std::unordered_set< std::string > | g_ProtectedConfigNames |
void JSI_ConfigDB::CreateAndSaveValue | ( | const std::wstring & | cfgNsString, |
const std::string & | name, | ||
const std::string & | value | ||
) |
bool JSI_ConfigDB::CreateValue | ( | const std::wstring & | cfgNsString, |
const std::string & | name, | ||
const std::string & | value | ||
) |
bool JSI_ConfigDB::CreateValues | ( | const std::wstring & | cfgNsString, |
const std::string & | name, | ||
const std::vector< CStr > & | values | ||
) |
bool JSI_ConfigDB::GetConfigNamespace | ( | const std::wstring & | cfgNsString, |
EConfigNamespace & | cfgNs | ||
) |
std::string JSI_ConfigDB::GetValue | ( | const std::wstring & | cfgNsString, |
const std::string & | name | ||
) |
bool JSI_ConfigDB::HasChanges | ( | const std::wstring & | cfgNsString | ) |
bool JSI_ConfigDB::IsProtectedConfigName | ( | const std::string & | name | ) |
void JSI_ConfigDB::PauseOnFocusLoss | ( | bool | pause | ) |
void JSI_ConfigDB::RegisterScriptFunctions | ( | const ScriptRequest & | rq | ) |
bool JSI_ConfigDB::Reload | ( | const std::wstring & | cfgNsString | ) |
bool JSI_ConfigDB::RemoveValue | ( | const std::wstring & | cfgNsString, |
const std::string & | name | ||
) |
bool JSI_ConfigDB::RemoveValueAndSave | ( | const std::wstring & | cfgNsString, |
const std::string & | name | ||
) |
bool JSI_ConfigDB::SaveChanges | ( | const std::wstring & | cfgNsString | ) |
bool JSI_ConfigDB::SaveValue | ( | const std::wstring & | cfgNsString, |
const std::string & | name, | ||
const std::string & | value | ||
) |
bool JSI_ConfigDB::SetChanges | ( | const std::wstring & | cfgNsString, |
bool | value | ||
) |
void JSI_ConfigDB::SetGUIScale | ( | float | scale | ) |
|
static |