diff options
Diffstat (limited to 'editor/editor_interface.h')
-rw-r--r-- | editor/editor_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_interface.h b/editor/editor_interface.h index 079fc169f2..9515a1226f 100644 --- a/editor/editor_interface.h +++ b/editor/editor_interface.h @@ -99,6 +99,7 @@ public: void set_main_screen_editor(const String &p_name); void set_distraction_free_mode(bool p_enter); bool is_distraction_free_mode_enabled() const; + bool is_multi_window_enabled() const; float get_editor_scale() const; @@ -152,6 +153,8 @@ public: // Base. + virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; + static void create(); static void free(); |