summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorWill Nations <willnationsdev@gmail.com>2017-12-13 11:41:28 -0600
committerWill Nations <willnationsdev@gmail.com>2017-12-13 22:14:17 -0600
commitc38cd9b963ad75e41a62b0b3fb3c65af891effc3 (patch)
treeb254c2ef8cce06f8f12e56f0797f45d71be25a19 /editor/plugins/script_editor_plugin.h
parentaa6772d7abb3ff1ff77b1b658617904bb0af1fbb (diff)
downloadredot-engine-c38cd9b963ad75e41a62b0b3fb3c65af891effc3.tar.gz
Added open_script_create_dialog func
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r--editor/plugins/script_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h
index ffd42d18ca..9d5c110dec 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -360,6 +360,7 @@ public:
void ensure_focus_current();
void apply_scripts() const;
+ void open_script_create_dialog(const String &p_base_name, const String &p_base_path);
void ensure_select_current();