Merge pull request #80677 from KoBeWi/nodes_together_strong

Clarify existence of groups
This commit is contained in:
Rémi Verschelde 2023-08-16 16:56:55 +02:00
commit a278c1b98a
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -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">