doc: Sync classref to add operators after #43419

This commit is contained in:
Rémi Verschelde
2020-11-10 14:16:20 +01:00
parent 34cad0d020
commit 64e893deac
33 changed files with 2261 additions and 131 deletions

View File

@@ -10,14 +10,14 @@
<tutorials>
</tutorials>
<methods>
<method name="PackedColorArray">
<method name="PackedColorArray" qualifiers="constructor">
<return type="PackedColorArray">
</return>
<description>
Constructs an empty [PackedColorArray].
</description>
</method>
<method name="PackedColorArray">
<method name="PackedColorArray" qualifiers="constructor">
<return type="PackedColorArray">
</return>
<argument index="0" name="from" type="PackedColorArray">
@@ -26,7 +26,7 @@
Constructs a [PackedColorArray] as a copy of the given [PackedColorArray].
</description>
</method>
<method name="PackedColorArray">
<method name="PackedColorArray" qualifiers="constructor">
<return type="PackedColorArray">
</return>
<argument index="0" name="from" type="Array">
@@ -87,6 +87,38 @@
Reverses the order of the elements in the array.
</description>
</method>
<method name="operator !=" qualifiers="operator">
<return type="bool">
</return>
<argument index="0" name="right" type="PackedColorArray">
</argument>
<description>
</description>
</method>
<method name="operator +" qualifiers="operator">
<return type="PackedColorArray">
</return>
<argument index="0" name="right" type="PackedColorArray">
</argument>
<description>
</description>
</method>
<method name="operator ==" qualifiers="operator">
<return type="bool">
</return>
<argument index="0" name="right" type="PackedColorArray">
</argument>
<description>
</description>
</method>
<method name="operator []" qualifiers="operator">
<return type="Color">
</return>
<argument index="0" name="index" type="int">
</argument>
<description>
</description>
</method>
<method name="push_back">
<return type="bool">
</return>