mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Replace Array return types with TypedArray 2
This commit is contained in:
@@ -113,14 +113,14 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_nodes_in_group">
|
||||
<return type="Array" />
|
||||
<return type="Node[]" />
|
||||
<param index="0" name="group" type="StringName" />
|
||||
<description>
|
||||
Returns a list of all nodes assigned to the given group.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_processed_tweens">
|
||||
<return type="Array" />
|
||||
<return type="Tween[]" />
|
||||
<description>
|
||||
Returns an array of currently existing [Tween]s in the [SceneTree] (both running and paused).
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user