mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current 3.5 branch (516d6b6ba)
This commit is contained in:
@@ -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.)`
|
||||
|
||||
Reference in New Issue
Block a user