Replace Array return types with TypedArray 2
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_open_script_editors" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="ScriptEditorBase[]" />
|
||||
<description>
|
||||
Returns an array with all [ScriptEditorBase] objects which are currently open in editor.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_open_scripts" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="Script[]" />
|
||||
<description>
|
||||
Returns an array with all [Script] objects which are currently open in editor.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user