aboutsummaryrefslogtreecommitdiff
path: root/core/method_bind.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-01-03 16:52:37 -0300
committerJuan Linietsky2015-01-03 16:52:37 -0300
commitfbdd925d9be1c4c96d05089d7d5a58cd938b002c (patch)
tree9f4eb2ae7c61450dffb4a86bb5e82cf66e23d496 /core/method_bind.h
parenteb1f978b1c1693018e9a6d353ca914f8e6586b4e (diff)
downloadgodot-fbdd925d9be1c4c96d05089d7d5a58cd938b002c.tar.gz
godot-fbdd925d9be1c4c96d05089d7d5a58cd938b002c.tar.zst
godot-fbdd925d9be1c4c96d05089d7d5a58cd938b002c.zip
Diffstat (limited to 'core/method_bind.h')
-rw-r--r--core/method_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/method_bind.h b/core/method_bind.h
index 3f08c70af..6ea9340ad 100644
--- a/core/method_bind.h
+++ b/core/method_bind.h
@@ -178,6 +178,7 @@ public:
#ifdef DEBUG_METHODS_ENABLED
_FORCE_INLINE_ void set_return_type(const StringName& p_type) { ret_type=p_type; }
+ _FORCE_INLINE_ StringName get_return_type() const { return ret_type; }
_FORCE_INLINE_ Variant::Type get_argument_type(int p_argument) const {