We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124f61 commit 9d08b9aCopy full SHA for 9d08b9a
tutorials/scripting/change_scenes_manually.rst
@@ -44,7 +44,7 @@ access and integrity.
44
1. **Delete the existing scene.**
45
:ref:`SceneTree.change_scene_to_file() <class_SceneTree_method_change_scene_to_file>` and
46
:ref:`SceneTree.change_scene_to_packed() <class_SceneTree_method_change_scene_to_packed>`
47
- will delete the current scene immediately. You can also delete the
+ will queue the current scene for deletion. You can also delete the
48
main scene. Assuming the root node's name is "Main", you could do
49
``get_node("/root/Main").free()`` to delete the whole scene.
50
0 commit comments