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

@@ -75,6 +75,8 @@ Methods
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`size<class_PoolVector2Array_method_size>` **(** **)** |
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`sort<class_PoolVector2Array_method_sort>` **(** **)** |
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
Method Descriptions
-------------------
@@ -207,6 +209,14 @@ Changes the :ref:`Vector2<class_Vector2>` at the given index.
Returns the number of elements in the array.
----
.. _class_PoolVector2Array_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.)`