Merge pull request #77537 from henriquelalves/feature/ei_save_all_scenes

Expose `save_all_scenes` method to EditorInterface
This commit is contained in:
Yuri Sizov
2023-07-26 23:43:08 +02:00
committed by GitHub
3 changed files with 14 additions and 2 deletions

View File

@ -133,6 +133,7 @@ public:
Error save_scene();
void save_scene_as(const String &p_scene, bool p_with_preview = true);
void mark_scene_as_unsaved();
void save_all_scenes();
// Scene playback.