1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Add save_all_scenes method to Editor Interface

Update documentation

(squash) fix docs

(squash) Improve docs
This commit is contained in:
Henrique Alves
2023-05-26 23:23:06 -03:00
committed by Henrique Lacreta Alves
parent 0c2144da90
commit 8ef2e3d76c
3 changed files with 14 additions and 2 deletions

View File

@@ -130,6 +130,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.