Merge pull request #19849 from willnationsdev/expose-script-create-dialog

Expose ScriptCreateDialog to EditorPlugin
This commit is contained in:
Max Hilbrunner 2018-07-04 22:37:27 +02:00 committed by GitHub
commit dacd9c51b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 91 additions and 4 deletions

View file

@ -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; }