diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 067d73034bd..808bf20c25a 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -8497,6 +8497,31 @@
Create from a generic array.
+
+
+
+
+ Append an element at the end of the array (alias of [method push_back]).
+
+
+
+
+
+
+ Append an [ColorArray] at the end of this array.
+
+
+
+
+
+
+
+
+
+
+ Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -8504,6 +8529,13 @@
Append a value to the array.
+
+
+
+
+ Remove an element from the array by index.
+
+
@@ -17113,6 +17145,31 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
Create from a generic array.
+
+
+
+
+ Append an element at the end of the array (alias of [method push_back]).
+
+
+
+
+
+
+ Append an [IntArray] at the end of this array.
+
+
+
+
+
+
+
+
+
+
+ Insert a new int at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -17120,6 +17177,13 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
Append a value to the array.
+
+
+
+
+ Remove an element from the array by index.
+
+
@@ -30127,6 +30191,19 @@ A similar effect may be achieved moving this node's descendants.
Create from a generic array.
+
+
+
+
+
+
+
+
+
+
+ Append an [RawArray] at the end of this array.
+
+
@@ -30141,6 +30218,17 @@ A similar effect may be achieved moving this node's descendants.
Returns a copy of the array's contents formatted as String, assuming the array is formatted as UTF-8. Slower than get_string_from_ascii(), but works for UTF-8. Usually you should prefer this function over get_string_from_ascii() to support international input.
+
+
+
+
+
+
+
+
+ Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -30148,6 +30236,13 @@ A similar effect may be achieved moving this node's descendants.
Append an element at the end of the array.
+
+
+
+
+ Remove an element from the array by index.
+
+
@@ -30487,6 +30582,31 @@ A similar effect may be achieved moving this node's descendants.
Create from a generic array.
+
+
+
+
+ Append an element at the end of the array (alias of [method push_back]).
+
+
+
+
+
+
+ Append an [RealArray] at the end of this array.
+
+
+
+
+
+
+
+
+
+
+ Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -30494,6 +30614,13 @@ A similar effect may be achieved moving this node's descendants.
Append an element at the end of the array.
+
+
+
+
+ Remove an element from the array by index.
+
+
@@ -37898,6 +38025,31 @@ A similar effect may be achieved moving this node's descendants.
Create from a generic array.
+
+
+
+
+ Append an element at the end of the array (alias of [method push_back]).
+
+
+
+
+
+
+ Append an [StringArray] at the end of this array.
+
+
+
+
+
+
+
+
+
+
+ Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -37905,6 +38057,13 @@ A similar effect may be achieved moving this node's descendants.
Append a string element at end of the array.
+
+
+
+
+ Remove an element from the array by index.
+
+
@@ -42793,6 +42952,31 @@ A similar effect may be achieved moving this node's descendants.
Construct a new [Vector2Array]. Optionally, you can pass in an Array that will be converted.
+
+
+
+
+ Append an element at the end of the array (alias of [method push_back]).
+
+
+
+
+
+
+ Append an [Vector2Array] at the end of this array.
+
+
+
+
+
+
+
+
+
+
+ Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -42800,6 +42984,13 @@ A similar effect may be achieved moving this node's descendants.
Insert a [Vector2] at the end.
+
+
+
+
+ Remove an element from the array by index.
+
+
@@ -43052,6 +43243,31 @@ A similar effect may be achieved moving this node's descendants.
Construct a new Vector3Array. Optionally, you can pass in an Array that will be converted.
+
+
+
+
+ Append an element at the end of the array (alias of [method push_back]).
+
+
+
+
+
+
+ Append an [Vector3Array] at the end of this array.
+
+
+
+
+
+
+
+
+
+
+ Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
@@ -43059,6 +43275,13 @@ A similar effect may be achieved moving this node's descendants.
Insert a Vector3 at the end.
+
+
+
+
+ Remove an element from the array by index.
+
+