summaryrefslogtreecommitdiff
path: root/core/variant/dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/variant/dictionary.h')
-rw-r--r--core/variant/dictionary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant/dictionary.h b/core/variant/dictionary.h
index 1224a4ff6f..2632893e8d 100644
--- a/core/variant/dictionary.h
+++ b/core/variant/dictionary.h
@@ -62,6 +62,7 @@ public:
int size() const;
bool is_empty() const;
void clear();
+ void merge(const Dictionary &p_dictionary, bool p_overwrite = false);
bool has(const Variant &p_key) const;
bool has_all(const Array &p_keys) const;