Преглед изворни кода

Merge pull request #80677 from KoBeWi/nodes_together_strong

Clarify existence of groups
Rémi Verschelde пре 2 година
родитељ
комит
a278c1b98a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      doc/classes/SceneTree.xml

+ 1 - 0
doc/classes/SceneTree.xml

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