classref: Sync with current master branch (e38686f)

This commit is contained in:
Godot Organization
2023-11-11 03:19:54 +00:00
parent 6981d930f8
commit 877192fe6e
3 changed files with 11 additions and 19 deletions

View File

@@ -1935,7 +1935,7 @@ Returns ``true`` if this is an instance load placeholder. See :ref:`InstancePlac
:ref:`SceneTree<class_SceneTree>` **get_tree** **(** **)** |const|
Returns the :ref:`SceneTree<class_SceneTree>` that contains this node.
Returns the :ref:`SceneTree<class_SceneTree>` that contains this node. Returns ``null`` and prints an error if this node is not inside the scene tree. See also :ref:`is_inside_tree<class_Node_method_is_inside_tree>`.
.. rst-class:: classref-item-separator