Added Dictionary.values()

This commit is contained in:
J08nY
2016-06-05 14:20:52 +02:00
parent 56348cbbfe
commit dcce477f5e
4 changed files with 78 additions and 58 deletions

View File

@ -81,6 +81,7 @@ public:
const Variant* next(const Variant* p_key=NULL) const;
Array keys() const;
Array values() const;
Dictionary(const Dictionary& p_from);
Dictionary(bool p_shared=false);