summaryrefslogtreecommitdiffstats
path: root/editor/editor_data.h
diff options
context:
space:
mode:
authorWill Nations <willnationsdev@gmail.com>2018-01-08 09:55:22 -0600
committerWill Nations <willnationsdev@gmail.com>2018-01-08 13:02:47 -0600
commit732a877b21cf41ca649ab09ed57eff426066ffca (patch)
treeed049b7bfdcadce6b321905b5214335d05dfb56a /editor/editor_data.h
parent1fea0adc5c3f250b585c89f56e6fd0e07ba61f83 (diff)
downloadredot-engine-732a877b21cf41ca649ab09ed57eff426066ffca.tar.gz
Add EditorPlugin.build() build callbacks
Diffstat (limited to 'editor/editor_data.h')
-rw-r--r--editor/editor_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h
index 844145853d..8009b6c87b 100644
--- a/editor/editor_data.h
+++ b/editor/editor_data.h
@@ -196,6 +196,7 @@ public:
NodePath get_edited_scene_live_edit_root();
bool check_and_update_scene(int p_idx);
void move_edited_scene_to_index(int p_idx);
+ bool call_build();
void set_plugin_window_layout(Ref<ConfigFile> p_layout);
void get_plugin_window_layout(Ref<ConfigFile> p_layout);