classref: Sync with current 3.5 branch (516d6b6ba)

This commit is contained in:
Rémi Verschelde
2022-07-27 15:57:06 +02:00
parent 888071279f
commit 73bd511ab7
45 changed files with 569 additions and 211 deletions

View File

@@ -72,6 +72,8 @@ Methods
+-------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`size<class_PoolRealArray_method_size>` **(** **)** |
+-------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`sort<class_PoolRealArray_method_sort>` **(** **)** |
+-------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
Method Descriptions
-------------------
@@ -206,6 +208,14 @@ Changes the float at the given index.
Returns the number of elements in the array.
----
.. _class_PoolRealArray_method_sort:
- void **sort** **(** **)**
Sorts the elements of the array in ascending order.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`