Skip to content

Commit b816dd3

Browse files
committed
Merge pull request godotengine#80677 from KoBeWi/nodes_together_strong
Clarify existence of groups
2 parents 8bc60d2 + bd2a66b commit b816dd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/classes/SceneTree.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
<param index="0" name="name" type="StringName" />
138138
<description>
139139
Returns [code]true[/code] if the given group exists.
140+
A group exists if any [Node] in the tree belongs to it (see [method Node.add_to_group]). Groups without nodes are removed automatically.
140141
</description>
141142
</method>
142143
<method name="notify_group">

0 commit comments

Comments
 (0)