classref: Sync with current master branch (89cc635)

This commit is contained in:
Godot Organization
2024-01-06 03:19:33 +00:00
parent 43f0195ba1
commit de1b79e21f
48 changed files with 1056 additions and 621 deletions
+2
View File
@@ -1047,6 +1047,8 @@ Removes an element from the array by index. If the index does not exist in the a
Resizes the array to contain a different number of elements. If the array size is smaller, elements are cleared, if bigger, new elements are ``null``. Returns :ref:`@GlobalScope.OK<class_@GlobalScope_constant_OK>` on success, or one of the other :ref:`Error<enum_@GlobalScope_Error>` values if the operation failed.
Calling :ref:`resize<class_Array_method_resize>` once and assigning the new values is faster than adding new elements one by one.
\ **Note:** This method acts in-place and doesn't return a modified array.
.. rst-class:: classref-item-separator