mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Replace Array return types with TypedArray 3
This commit is contained in:
@@ -979,7 +979,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="parse_structured_text" qualifiers="virtual const">
|
||||
<return type="Array" />
|
||||
<return type="Vector2i[]" />
|
||||
<param index="0" name="parser_type" type="int" enum="TextServer.StructuredTextParser" />
|
||||
<param index="1" name="args" type="Array" />
|
||||
<param index="2" name="text" type="String" />
|
||||
|
||||
Reference in New Issue
Block a user