mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Replace Array return types with TypedArray
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_open_scenes" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
Returns an [Array] with the file paths of the currently opened scenes.
|
||||
</description>
|
||||
@@ -166,7 +166,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="make_mesh_previews">
|
||||
<return type="Array" />
|
||||
<return type="Texture2D[]" />
|
||||
<param index="0" name="meshes" type="Array" />
|
||||
<param index="1" name="preview_size" type="int" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user