classref: Sync with current 3.6 branch (46104d488)

This commit is contained in:
Rémi Verschelde
2022-09-09 15:21:04 +02:00
parent 669d5cedd2
commit b4bfc5a4b1
83 changed files with 4139 additions and 671 deletions

View File

@@ -45,6 +45,8 @@ Methods
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`append_array<class_PoolVector3Array_method_append_array>` **(** :ref:`PoolVector3Array<class_PoolVector3Array>` array **)** |
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`clear<class_PoolVector3Array_method_clear>` **(** **)** |
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`count<class_PoolVector3Array_method_count>` **(** :ref:`Vector3<class_Vector3>` value **)** |
+-------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`empty<class_PoolVector3Array_method_empty>` **(** **)** |
@@ -101,6 +103,14 @@ Appends a ``PoolVector3Array`` at the end of this array.
----
.. _class_PoolVector3Array_method_clear:
- void **clear** **(** **)**
Clears the array. This is equivalent to using :ref:`resize<class_PoolVector3Array_method_resize>` with a size of ``0``.
----
.. _class_PoolVector3Array_method_count:
- :ref:`int<class_int>` **count** **(** :ref:`Vector3<class_Vector3>` value **)**