mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Sync classref for Packed{Int,Float}{32,64}Array additions
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<method name="add_polygon">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="polygon" type="PackedIntArray">
|
||||
<argument index="0" name="polygon" type="PackedInt32Array">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
@@ -38,7 +38,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_polygon">
|
||||
<return type="PackedIntArray">
|
||||
<return type="PackedInt32Array">
|
||||
</return>
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user