Added the set/get_setting function in Editor/Project settings. Renamed has() to has_setting. Fixes #11844
This commit is contained in:
@ -119,7 +119,10 @@ protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
bool has(String p_var) const;
|
||||
void set_setting(const String &p_setting, const Variant &p_value);
|
||||
Variant get_setting(const String &p_setting) const;
|
||||
|
||||
bool has_setting(String p_var) const;
|
||||
String localize_path(const String &p_path) const;
|
||||
String globalize_path(const String &p_path) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user