aboutsummaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-03-03 14:39:13 -0300
committerJuan Linietsky2015-03-03 14:39:13 -0300
commit4d2198110b4af7f203eeef95697255569e49bce7 (patch)
tree452e4964f127643bf52610718fd956d8b55ed6ba /core/object.h
parent91faf8e21810c8995e4f6e3b6ba47a6482ab877e (diff)
downloadgodot-4d2198110b4af7f203eeef95697255569e49bce7.tar.gz
godot-4d2198110b4af7f203eeef95697255569e49bce7.tar.zst
godot-4d2198110b4af7f203eeef95697255569e49bce7.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 97ca50cb1..eb885f5d2 100644
--- a/core/object.h
+++ b/core/object.h
@@ -386,6 +386,7 @@ friend void postinitialize_handler(Object*);
Dictionary metadata;
void _add_user_signal(const String& p_name, const Array& p_pargs=Array());
+ bool _has_user_signal(const StringName& p_name) const;
Variant _emit_signal(const Variant** p_args, int p_argcount, Variant::CallError& r_error);
Array _get_signal_list() const;
Array _get_signal_connection_list(const String& p_signal) const;