You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Replace Array return types with TypedArray
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_glyph_list" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="PackedInt32Array" />
|
||||
<param index="0" name="cache_index" type="int" />
|
||||
<param index="1" name="size" type="Vector2i" />
|
||||
<description>
|
||||
@@ -199,7 +199,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_kerning_list" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="Vector2i[]" />
|
||||
<param index="0" name="cache_index" type="int" />
|
||||
<param index="1" name="size" type="int" />
|
||||
<description>
|
||||
@@ -233,7 +233,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_size_cache_list" qualifiers="const">
|
||||
<return type="Array" />
|
||||
<return type="Vector2i[]" />
|
||||
<param index="0" name="cache_index" type="int" />
|
||||
<description>
|
||||
Returns list of the font sizes in the cache. Each size is [code]Vector2i[/code] with font size and outline size.
|
||||
|
||||
Reference in New Issue
Block a user