Merge pull request #87539 from SysError99/3.x-get_first_node_in_group

[3.x] Add `SceneTree::get_first_node_in_group` following 4.x
This commit is contained in:
Rémi Verschelde
2024-01-29 23:29:04 +01:00
3 changed files with 24 additions and 0 deletions

View File

@@ -80,6 +80,13 @@
Creates and returns a new [SceneTreeTween].
</description>
</method>
<method name="get_first_node_in_group">
<return type="Node" />
<argument index="0" name="group" type="String" />
<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>