From 424cd00f8b14aa51aad82c52996740d7648ae691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 4 Nov 2020 15:38:26 +0100 Subject: doc: Sync classref with current source + fixup some bindings Includes various changes triggered by the refactoring of method bindings. --- doc/classes/PackedInt64Array.xml | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) (limited to 'doc/classes/PackedInt64Array.xml') diff --git a/doc/classes/PackedInt64Array.xml b/doc/classes/PackedInt64Array.xml index 3d0d9a1360..542dabcfa0 100644 --- a/doc/classes/PackedInt64Array.xml +++ b/doc/classes/PackedInt64Array.xml @@ -21,9 +21,9 @@ - + - + Appends an element at the end of the array (alias of [method push_back]). @@ -57,9 +57,9 @@ - + - + Inserts a new integer at a given position in the array. The position must be valid, or at the end of the array ([code]idx == size()[/code]). @@ -73,9 +73,9 @@ - + - + Appends a value to the array. @@ -84,16 +84,16 @@ - + 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. @@ -102,9 +102,9 @@ - + - + Changes the integer at the given index. @@ -124,6 +124,22 @@ Sorts the elements of the array in ascending order. + + + + + + + + + + + + + + + + -- cgit v1.2.3