mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Replace Array return types with TypedArray 3
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_children">
|
||||
<return type="Array" />
|
||||
<return type="TreeItem[]" />
|
||||
<description>
|
||||
Returns an array of references to the item's children.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user