Clarify existence of groups

This commit is contained in:
kobewi 2023-08-16 10:24:01 +02:00
parent 90f90cbcb0
commit 0ce0c11b9e

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