doc: Sync classref for Packed{Int,Float}{32,64}Array additions

This commit is contained in:
Rémi Verschelde
2020-02-25 18:10:58 +01:00
parent 2ead439370
commit a7e1df4b1d
33 changed files with 360 additions and 89 deletions

View File

@@ -58,19 +58,37 @@
<method name="Array">
<return type="Array">
</return>
<argument index="0" name="from" type="PackedRealArray">
<argument index="0" name="from" type="PackedFloat64Array">
</argument>
<description>
Constructs an array from a [PackedRealArray].
Constructs an array from a [PackedFloat64Array].
</description>
</method>
<method name="Array">
<return type="Array">
</return>
<argument index="0" name="from" type="PackedIntArray">
<argument index="0" name="from" type="PackedFloat32Array">
</argument>
<description>
Constructs an array from a [PackedIntArray].
Constructs an array from a [PackedFloat32Array].
</description>
</method>
<method name="Array">
<return type="Array">
</return>
<argument index="0" name="from" type="PackedInt64Array">
</argument>
<description>
Constructs an array from a [PackedInt64Array].
</description>
</method>
<method name="Array">
<return type="Array">
</return>
<argument index="0" name="from" type="PackedInt32Array">
</argument>
<description>
Constructs an array from a [PackedInt32Array].
</description>
</method>
<method name="Array">