aboutsummaryrefslogtreecommitdiff
path: root/core/make_binders.py
diff options
context:
space:
mode:
authorJuan Linietsky2016-08-02 19:11:05 -0300
committerJuan Linietsky2016-08-02 19:11:05 -0300
commitad313097ebcb2a0c02c956fdf74a6610c3f7c9a8 (patch)
tree2c02ecaaa80bfdcf01e4061f27b808e748cdc580 /core/make_binders.py
parent221cb58382ae34d4f91d9923fd979a328feabace (diff)
downloadgodot-ad313097ebcb2a0c02c956fdf74a6610c3f7c9a8.tar.gz
godot-ad313097ebcb2a0c02c956fdf74a6610c3f7c9a8.tar.zst
godot-ad313097ebcb2a0c02c956fdf74a6610c3f7c9a8.zip
Diffstat (limited to 'core/make_binders.py')
-rw-r--r--core/make_binders.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/make_binders.py b/core/make_binders.py
index c14f07ac8..758472296 100644
--- a/core/make_binders.py
+++ b/core/make_binders.py
@@ -62,6 +62,8 @@ public:
#else
set_argument_count($argc$);
#endif
+
+ $ifret _set_returns(true); $
};
};
@@ -140,6 +142,9 @@ public:
#else
set_argument_count($argc$);
#endif
+ $ifret _set_returns(true); $
+
+
};
};