mirror of
https://github.com/edubart/otclient.git
synced 2025-12-19 15:17:12 +01:00
Can now create new configs on the fly using: local config = g_configs.create(file)
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
ConfigPtr getSettings();
|
||||
ConfigPtr get(const std::string& file);
|
||||
|
||||
ConfigPtr create(const std::string& file);
|
||||
ConfigPtr loadSettings(const std::string file);
|
||||
ConfigPtr load(const std::string& file);
|
||||
bool unload(const std::string& file);
|
||||
|
||||
Reference in New Issue
Block a user