mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Replace Array return types with TypedArray 2
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_node_connections" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="Dictionary[]" />
|
||||
<param index="0" name="type" type="int" enum="VisualShader.Type" />
|
||||
<description>
|
||||
Returns the list of connected nodes with the specified type.
|
||||
|
||||
Reference in New Issue
Block a user