Merge pull request #77537 from henriquelalves/feature/ei_save_all_scenes
Expose `save_all_scenes` method to EditorInterface
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user