1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

ConnectionsDock: Double click to create and go to signal connection

This commit is contained in:
Ignacio Etcheverry
2016-06-12 01:01:17 +02:00
parent 26d18b74ac
commit 10881802ba
4 changed files with 97 additions and 0 deletions

View File

@@ -325,6 +325,8 @@ public:
void set_scene_root_script( Ref<Script> p_script );
bool script_go_to_method(Ref<Script> p_script, const String& p_method);
virtual void edited_scene_changed();
ScriptEditorDebugger *get_debugger() { return debugger; }