summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/classes/Node.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index f018d9581d..0ace4357fa 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -444,7 +444,7 @@
<method name="get_tree" qualifiers="const">
<return type="SceneTree" />
<description>
- Returns the [SceneTree] that contains this node.
+ Returns the [SceneTree] that contains this node. Returns [code]null[/code] and prints an error if this node is not inside the scene tree. See also [method is_inside_tree].
</description>
</method>
<method name="get_tree_string">