Skip to content

Commit

Permalink
Merge pull request #80677 from KoBeWi/nodes_together_strong
Browse files Browse the repository at this point in the history
Clarify existence of groups
  • Loading branch information
akien-mga committed Aug 16, 2023
2 parents 77fd8f3 + 0ce0c11 commit a278c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/SceneTree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit a278c1b

Please sign in to comment.