diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2023-06-07 13:44:37 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2023-06-13 11:05:57 +0200 |
commit | 96c469a1388a430456465b602ea49bf69ef782c3 (patch) | |
tree | ca9d2818e09aa465246dc4a99d737cb64b57216b /doc | |
parent | 828ec2c5d005b6499c7c4c88beaf81767d05614b (diff) | |
download | redot-engine-96c469a1388a430456465b602ea49bf69ef782c3.tar.gz |
Let editor workaround a case of inconsistency in compound scenes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorInterface.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 418548a95f..effce40b12 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -179,6 +179,12 @@ Returns mesh previews rendered at the given size as an [Array] of [Texture2D]s. </description> </method> + <method name="mark_scene_as_unsaved"> + <return type="void" /> + <description> + Marks the current scene tab as unsaved. + </description> + </method> <method name="open_scene_from_path"> <return type="void" /> <param index="0" name="scene_filepath" type="String" /> |