Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
JSInterface_ConfigDB.h File Reference
#include "ps/ConfigDB.h"

Go to the source code of this file.

Namespaces

 JSI_ConfigDB
 

Functions

bool JSI_ConfigDB::GetConfigNamespace (std::wstring cfgNsString, EConfigNamespace &cfgNs)
 
std::string JSI_ConfigDB::GetValue (void *cbdata, std::wstring cfgNsString, std::string name)
 
bool JSI_ConfigDB::CreateValue (void *cbdata, std::wstring cfgNsString, std::string name, std::string value)
 
bool JSI_ConfigDB::WriteFile (void *cbdata, std::wstring cfgNsString, Path path)
 
bool JSI_ConfigDB::Reload (void *cbdata, std::wstring cfgNsString)
 
bool JSI_ConfigDB::SetFile (void *cbdata, std::wstring cfgNsString, Path path)
 
void JSI_ConfigDB::RegisterScriptFunctions (ScriptInterface &scriptInterface)