You've already forked godot
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:
committed by
Henrique Lacreta Alves
parent
0c2144da90
commit
8ef2e3d76c
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user