summaryrefslogtreecommitdiffstats
path: root/core/object.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-09-21 01:43:42 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-09-21 01:43:42 -0300
commit11a5ed508b1cbde61a4d9dd4f469e86e74667623 (patch)
treee4bc1926057d788aeeef3633930bb958eb976d3a /core/object.cpp
parentc5b905fca82f1437486f2168270c5caa0b4bf104 (diff)
downloadredot-engine-11a5ed508b1cbde61a4d9dd4f469e86e74667623.tar.gz
Fixed too many little issues, check the issues closed today.
Diffstat (limited to 'core/object.cpp')
-rw-r--r--core/object.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/object.cpp b/core/object.cpp
index 8a844577a8..b011d1ad3d 100644
--- a/core/object.cpp
+++ b/core/object.cpp
@@ -1505,10 +1505,12 @@ void Object::_bind_methods() {
BIND_VMETHOD( miget );
MethodInfo plget("_get_property_list");
+
plget.return_val.type=Variant::ARRAY;
BIND_VMETHOD( plget );
#endif
+ BIND_VMETHOD( MethodInfo("_init") );