summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/classes/SceneTree.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 7aed63a2fc..fcc5925f8d 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -137,6 +137,7 @@
<param index="0" name="name" type="StringName" />
<description>
Returns [code]true[/code] if the given group exists.
+ A group exists if any [Node] in the tree belongs to it (see [method Node.add_to_group]). Groups without nodes are removed automatically.
</description>
</method>
<method name="notify_group">