summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-08-16 10:24:01 +0200
committerkobewi <kobewi4e@gmail.com>2023-08-16 11:03:18 +0200
commit0ce0c11b9e999b0307d3d8b5af3999b9afdd8dd9 (patch)
treed6b82a8dda2311b1f134c97eca2cf46c095ecf33
parent90f90cbcb0cf2c44a3114048accfd5b407c4ac98 (diff)
downloadredot-engine-0ce0c11b9e999b0307d3d8b5af3999b9afdd8dd9.tar.gz
Clarify existence of groups
-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">