diff options
author | Will Nations <willnationsdev@gmail.com> | 2018-01-08 09:55:22 -0600 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2018-01-08 13:02:47 -0600 |
commit | 732a877b21cf41ca649ab09ed57eff426066ffca (patch) | |
tree | ed049b7bfdcadce6b321905b5214335d05dfb56a /editor/editor_data.h | |
parent | 1fea0adc5c3f250b585c89f56e6fd0e07ba61f83 (diff) | |
download | redot-engine-732a877b21cf41ca649ab09ed57eff426066ffca.tar.gz |
Add EditorPlugin.build() build callbacks
Diffstat (limited to 'editor/editor_data.h')
-rw-r--r-- | editor/editor_data.h | 1 |
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); |