summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorwillnationsdev <willnationsdev@gmail.com>2018-06-29 22:08:28 -0500
committerWill Nations <willnationsdev@gmail.com>2018-07-04 09:41:12 -0500
commit2a6c591957b456961db192908ce62d997d34acac (patch)
treeda84c697d3643b0768113b5fa67ee8a21a073db9 /editor/editor_node.h
parent0ffec7daf762b74c7453aa22b71865e63660901c (diff)
downloadredot-engine-2a6c591957b456961db192908ce62d997d34acac.tar.gz
Expose ScriptCreateDialog to EditorPlugin
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index dedd947633..a6c8141e19 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -598,6 +598,7 @@ public:
EditorPluginList *get_editor_plugins_force_input_forwarding() { return editor_plugins_force_input_forwarding; }
EditorInspector *get_inspector() { return inspector_dock->get_inspector(); }
Container *get_inspector_dock_addon_area() { return inspector_dock->get_addon_area(); }
+ ScriptCreateDialog *get_script_create_dialog() { return scene_tree_dock->get_script_create_dialog(); }
ProjectSettingsEditor *get_project_settings() { return project_settings; }