MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_cfg_path

Method get_cfg_path

utility/pcfg_loader.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 Error remove_setting(String p_var);
120 Error set_setting(String p_var, Variant value);
121 String get_cfg_path() const { return cfb_path; }
122 int get_config_version() const { return config_version; }
123 Variant g_set(const String &p_var, const Variant &p_default, bool p_restart_if_changed = false);
124 Dictionary get_section(const String &p_var) const;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected