瀏覽代碼

Add *Array.invert() documentation

George Marques 9 年之前
父節點
當前提交
441640506f
共有 1 個文件被更改,包括 35 次插入0 次删除
  1. 35 0
      doc/base/classes.xml

+ 35 - 0
doc/base/classes.xml

@@ -8544,6 +8544,11 @@
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="color" type="Color">
 			<argument index="0" name="color" type="Color">
 			</argument>
 			</argument>
@@ -17192,6 +17197,11 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="integer" type="int">
 			<argument index="0" name="integer" type="int">
 			</argument>
 			</argument>
@@ -30279,6 +30289,11 @@ A similar effect may be achieved moving this node's descendants.
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="byte" type="int">
 			<argument index="0" name="byte" type="int">
 			</argument>
 			</argument>
@@ -30657,6 +30672,11 @@ A similar effect may be achieved moving this node's descendants.
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="value" type="float">
 			<argument index="0" name="value" type="float">
 			</argument>
 			</argument>
@@ -38120,6 +38140,11 @@ A similar effect may be achieved moving this node's descendants.
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="string" type="String">
 			<argument index="0" name="string" type="String">
 			</argument>
 			</argument>
@@ -43043,6 +43068,11 @@ A similar effect may be achieved moving this node's descendants.
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="vector2" type="Vector2">
 			<argument index="0" name="vector2" type="Vector2">
 			</argument>
 			</argument>
@@ -43334,6 +43364,11 @@ A similar effect may be achieved moving this node's descendants.
 			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()).
 			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()).
 			</description>
 			</description>
 		</method>
 		</method>
+		<method name="invert">
+			<description>
+			Reverse the order of the elements in the array (so first element will now be the last).
+			</description>
+		</method>
 		<method name="push_back">
 		<method name="push_back">
 			<argument index="0" name="vector3" type="Vector3">
 			<argument index="0" name="vector3" type="Vector3">
 			</argument>
 			</argument>