diff options
| author | Juan Linietsky | 2015-03-03 14:39:13 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-03-03 14:39:13 -0300 |
| commit | 4d2198110b4af7f203eeef95697255569e49bce7 (patch) | |
| tree | 452e4964f127643bf52610718fd956d8b55ed6ba /core/object.h | |
| parent | 91faf8e21810c8995e4f6e3b6ba47a6482ab877e (diff) | |
| download | godot-4d2198110b4af7f203eeef95697255569e49bce7.tar.gz godot-4d2198110b4af7f203eeef95697255569e49bce7.tar.zst godot-4d2198110b4af7f203eeef95697255569e49bce7.zip | |
Diffstat (limited to 'core/object.h')
| -rw-r--r-- | core/object.h | 1 |
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; |
