diff options
| author | Nathan Warden | 2018-02-14 10:23:04 -0500 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-21 21:56:37 +0100 |
| commit | 83b76a81714f8f41ec3da20df842c2acb2d63d4b (patch) | |
| tree | c007277a927c6817e02727fba1ddf40fbb9376bf /editor/editor_node.h | |
| parent | 70b082c0d9a554c47a5b3a8d5f01153ec3ab7222 (diff) | |
| download | godot-83b76a81714f8f41ec3da20df842c2acb2d63d4b.tar.gz godot-83b76a81714f8f41ec3da20df842c2acb2d63d4b.tar.zst godot-83b76a81714f8f41ec3da20df842c2acb2d63d4b.zip | |
Added an auto quit and auto build flag to the command line options.
(cherry picked from commit 4bfb504c2f047660ce85fda96657d5cb27415f19)
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 03102cdc8..9f33e1137 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -596,7 +596,6 @@ private: static EditorPluginInitializeCallback plugin_init_callbacks[MAX_INIT_CALLBACKS]; void _save_default_environment(); - bool _call_build(); static int build_callback_count; static EditorBuildCallback build_callbacks[MAX_BUILD_CALLBACKS]; @@ -634,6 +633,8 @@ protected: static void _bind_methods(); public: + bool call_build(); + static void add_plugin_init_callback(EditorPluginInitializeCallback p_callback); enum EditorTable { |
