diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2022-03-10 19:46:31 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2022-03-12 12:57:05 +0300 |
commit | 073abe4b9c633a00256957abd7a6352cec1ee0b8 (patch) | |
tree | 6094d29365fdcea298092c5a5284f8326c380591 /editor/filesystem_dock.h | |
parent | d5076439e44e6eab5732e1d2fc0f30bb6f34e5f9 (diff) | |
download | redot-engine-073abe4b9c633a00256957abd7a6352cec1ee0b8.tar.gz |
Add "Add Script" option to project autoload settings
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index d457c6acd4..e98ffd68b4 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -320,6 +320,8 @@ public: void navigate_to_path(const String &p_path); void focus_on_filter(); + ScriptCreateDialog *get_script_create_dialog() const; + void fix_dependencies(const String &p_for_file); int get_split_offset() { return split_box->get_split_offset(); } |