diff options
author | kobewi <kobewi4e@gmail.com> | 2023-08-16 10:24:01 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-08-16 11:03:18 +0200 |
commit | 0ce0c11b9e999b0307d3d8b5af3999b9afdd8dd9 (patch) | |
tree | d6b82a8dda2311b1f134c97eca2cf46c095ecf33 | |
parent | 90f90cbcb0cf2c44a3114048accfd5b407c4ac98 (diff) | |
download | redot-engine-0ce0c11b9e999b0307d3d8b5af3999b9afdd8dd9.tar.gz |
Clarify existence of groups
-rw-r--r-- | doc/classes/SceneTree.xml | 1 |
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"> |