aboutsummaryrefslogtreecommitdiff
path: root/core/dictionary.h
diff options
context:
space:
mode:
authorAlexander Holland2016-04-04 18:37:43 +0200
committerAlexander Holland2016-04-04 18:37:43 +0200
commita8ebd43ab7d246669f1a8bb30fb780c07abe01d6 (patch)
treef28557ff0fe1abf7ee09044d9b083186fcf1db30 /core/dictionary.h
parent9c89d3e042fd7a6472ac2261afedaa235d2b4ebb (diff)
downloadgodot-a8ebd43ab7d246669f1a8bb30fb780c07abe01d6.tar.gz
godot-a8ebd43ab7d246669f1a8bb30fb780c07abe01d6.tar.zst
godot-a8ebd43ab7d246669f1a8bb30fb780c07abe01d6.zip
Diffstat (limited to 'core/dictionary.h')
-rw-r--r--core/dictionary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/dictionary.h b/core/dictionary.h
index 145e7e5c8..c854e95ee 100644
--- a/core/dictionary.h
+++ b/core/dictionary.h
@@ -69,6 +69,8 @@ public:
bool is_shared() const;
bool has(const Variant& p_key) const;
+ bool has_all(const Array& p_keys) const;
+
void erase(const Variant& p_key);
bool operator==(const Dictionary& p_dictionary) const;