diff options
| author | Alexander Holland | 2016-04-04 18:37:43 +0200 |
|---|---|---|
| committer | Alexander Holland | 2016-04-04 18:37:43 +0200 |
| commit | a8ebd43ab7d246669f1a8bb30fb780c07abe01d6 (patch) | |
| tree | f28557ff0fe1abf7ee09044d9b083186fcf1db30 /core/dictionary.h | |
| parent | 9c89d3e042fd7a6472ac2261afedaa235d2b4ebb (diff) | |
| download | godot-a8ebd43ab7d246669f1a8bb30fb780c07abe01d6.tar.gz godot-a8ebd43ab7d246669f1a8bb30fb780c07abe01d6.tar.zst godot-a8ebd43ab7d246669f1a8bb30fb780c07abe01d6.zip | |
Diffstat (limited to 'core/dictionary.h')
| -rw-r--r-- | core/dictionary.h | 2 |
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; |
