aboutsummaryrefslogtreecommitdiff
path: root/core/dictionary.h
diff options
context:
space:
mode:
authorJ08nY2016-06-05 14:20:52 +0200
committerJ08nY2016-06-05 14:50:06 +0200
commitdcce477f5e2b6572e3b9579e288986c969f1a816 (patch)
treef35313ae16b39fb1a5bc54597e01872f1440b8a2 /core/dictionary.h
parent56348cbbfe82c2f5e2b95875e0687b664cc6e2d8 (diff)
downloadgodot-dcce477f5e2b6572e3b9579e288986c969f1a816.tar.gz
godot-dcce477f5e2b6572e3b9579e288986c969f1a816.tar.zst
godot-dcce477f5e2b6572e3b9579e288986c969f1a816.zip
Diffstat (limited to 'core/dictionary.h')
-rw-r--r--core/dictionary.h1
1 files changed, 1 insertions, 0 deletions
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);