diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index c0d98ef921..7aed63a2fc 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -225,7 +225,8 @@ For mobile platforms, see [member quit_on_go_back]. - The current scene. + Returns the root node of the currently running scene, regardless of its structure. + [b]Warning:[/b] Setting this directly might not work as expected, and will [i]not[/i] add or remove any nodes from the tree, consider using [method change_scene_to_file] or [method change_scene_to_packed] instead. If [code]true[/code], collision shapes will be visible when running the game from the editor for debugging purposes.