mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current 3.4 branch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:github_url: hide
|
||||
|
||||
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
||||
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the PoolRealArray.xml source instead.
|
||||
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
||||
|
||||
@@ -120,6 +120,8 @@ Removes an element from the array by index.
|
||||
|
||||
Sets the size of the array. If the array is grown, reserves elements at the end of the array. If the array is shrunk, truncates the array to the new size.
|
||||
|
||||
**Note:** Added elements are not automatically initialized to 0 and will contain garbage, i.e. indeterminate values.
|
||||
|
||||
----
|
||||
|
||||
.. _class_PoolRealArray_method_set:
|
||||
|
||||
Reference in New Issue
Block a user