From dcce477f5e2b6572e3b9579e288986c969f1a816 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 5 Jun 2016 14:20:52 +0200 Subject: Added Dictionary.values() --- core/dictionary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/dictionary.h') diff --git a/core/dictionary.h b/core/dictionary.h index c854e95ee..ae79fab9c 100644 --- a/core/dictionary.h +++ b/core/dictionary.h @@ -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); -- cgit v1.2.3-70-g09d2