From 176187b11d04dd97be89f31cf89998c337e8fe7b Mon Sep 17 00:00:00 2001 From: Micky Date: Thu, 6 Oct 2022 11:01:29 +0200 Subject: Add Editor Setting for default name when connecting signal to self --- editor/connections_dialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/connections_dialog.h') diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index db2f855617..16a60306aa 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -144,6 +144,7 @@ protected: static void _bind_methods(); public: + static StringName generate_method_callback_name(Node *p_source, String p_signal_name, Node *p_target); Node *get_source() const; StringName get_signal_name() const; NodePath get_dst_path() const; -- cgit v1.2.3