dictionary has_all

This commit is contained in:
Alexander Holland
2016-04-04 18:37:43 +02:00
parent 9c89d3e042
commit a8ebd43ab7
3 changed files with 14 additions and 0 deletions

View File

@ -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;