mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-24 05:07:33 +01:00
Also added doc for SceneTree::get_first_node_in_group().
This commit is contained in:
parent
da0caaad15
commit
91f98e39a1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user