doc: Sync classref to add operators after #43419
This commit is contained in:
parent
34cad0d020
commit
64e893deac
33 changed files with 2261 additions and 131 deletions
|
|
@ -11,14 +11,14 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="PackedFloat64Array">
|
||||
<method name="PackedFloat64Array" qualifiers="constructor">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [PackedFloat64Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedFloat64Array">
|
||||
<method name="PackedFloat64Array" qualifiers="constructor">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
<argument index="0" name="from" type="PackedFloat64Array">
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
Constructs a [PackedFloat64Array] as a copy of the given [PackedFloat64Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedFloat64Array">
|
||||
<method name="PackedFloat64Array" qualifiers="constructor">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Array">
|
||||
|
|
@ -88,6 +88,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="PackedFloat64Array">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator +" qualifiers="operator">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
<argument index="0" name="right" type="PackedFloat64Array">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="PackedFloat64Array">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator []" qualifiers="operator">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="index" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
<return type="bool">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue