diff options
| author | Ignacio Etcheverry | 2016-06-12 01:01:17 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2016-06-12 01:05:54 +0200 |
| commit | 10881802bab109e076577edda3b9a86226367cda (patch) | |
| tree | 3fcd3183f6ac90ea52661b027baee3e3bb4f49f1 /tools/editor/plugins/script_editor_plugin.h | |
| parent | 26d18b74ac8b5cc3f99fe3aa7d8a2438f9dd52cd (diff) | |
| download | godot-10881802bab109e076577edda3b9a86226367cda.tar.gz godot-10881802bab109e076577edda3b9a86226367cda.tar.zst godot-10881802bab109e076577edda3b9a86226367cda.zip | |
ConnectionsDock: Double click to create and go to signal connection
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h index 5a9dce759..3d723adfe 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/tools/editor/plugins/script_editor_plugin.h @@ -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; } |
