aboutsummaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-05-10 15:45:33 -0300
committerJuan Linietsky2015-05-10 15:45:33 -0300
commit9b692b174b06ebb80d6e5a82309b9c9fc44c797d (patch)
tree9ab3b9b6ec39cdd9ce02ff2edb8689f204a413d1 /core/object.h
parentd1e4d6e997d2c2f753ee510fcd13dee08b214968 (diff)
downloadgodot-9b692b174b06ebb80d6e5a82309b9c9fc44c797d.tar.gz
godot-9b692b174b06ebb80d6e5a82309b9c9fc44c797d.tar.zst
godot-9b692b174b06ebb80d6e5a82309b9c9fc44c797d.zip
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object.h b/core/object.h
index 44464ab19..fc64b9141 100644
--- a/core/object.h
+++ b/core/object.h
@@ -574,6 +574,7 @@ public:
void emit_signal(const StringName& p_name,VARIANT_ARG_LIST);
void get_signal_list(List<MethodInfo> *p_signals ) const;
void get_signal_connection_list(const StringName& p_signal,List<Connection> *p_connections) const;
+ void get_all_signal_connections(List<Connection> *p_connections) const;
Error connect(const StringName& p_signal, Object *p_to_object, const StringName& p_to_method,const Vector<Variant>& p_binds=Vector<Variant>(),uint32_t p_flags=0);
void disconnect(const StringName& p_signal, Object *p_to_object, const StringName& p_to_method);