mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-26 14:12:12 +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].
|
Creates and returns a new [SceneTreeTween].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</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">
|
<method name="get_frame" qualifiers="const">
|
||||||
<return type="int" />
|
<return type="int" />
|
||||||
<description>
|
<description>
|
||||||
|
Loading…
Reference in New Issue
Block a user