diff options
author | Micky <micheledevita2@gmail.com> | 2022-10-06 11:01:29 +0200 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2022-10-09 11:20:13 +0200 |
commit | 176187b11d04dd97be89f31cf89998c337e8fe7b (patch) | |
tree | c2016e17234e0a5f84b74a2ce020a49867825857 /editor/connections_dialog.h | |
parent | 61021c08f80856f8d99dfbe9fd3d338ef5f41999 (diff) | |
download | redot-engine-176187b11d04dd97be89f31cf89998c337e8fe7b.tar.gz |
Add Editor Setting for default name when connecting signal to self
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r-- | editor/connections_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |