From 0ce0c11b9e999b0307d3d8b5af3999b9afdd8dd9 Mon Sep 17 00:00:00 2001 From: kobewi Date: Wed, 16 Aug 2023 10:24:01 +0200 Subject: [PATCH] Clarify existence of groups --- doc/classes/SceneTree.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 7aed63a2fc6..fcc5925f8d5 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -137,6 +137,7 @@ 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.