classref: Sync with current 3.4 branch

This commit is contained in:
Rémi Verschelde
2021-11-19 10:05:42 +01:00
parent 2864ab4f65
commit 9060c28080
683 changed files with 8789 additions and 2973 deletions

View File

@@ -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: