Also added doc for SceneTree::get_first_node_in_group().

This commit is contained in:
Relintai 2023-09-06 15:21:26 +02:00
parent da0caaad15
commit 91f98e39a1

View File

@ -68,6 +68,13 @@
Creates and returns a new [SceneTreeTween].
</description>
</method>
<method name="get_first_node_in_group">
<return type="Node" />
<param index="0" name="group" type="StringName" />
<description>
Returns the first node in the specified group, or [code]null[/code] if the group is empty or does not exist.
</description>
</method>
<method name="get_frame" qualifiers="const">
<return type="int" />
<description>