From 424cd00f8b14aa51aad82c52996740d7648ae691 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde 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/PackedColorArray.xml | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) (limited to 'doc/classes/PackedColorArray.xml') diff --git a/doc/classes/PackedColorArray.xml b/doc/classes/PackedColorArray.xml index ec087e1b39..c42d14c5bd 100644 --- a/doc/classes/PackedColorArray.xml +++ b/doc/classes/PackedColorArray.xml @@ -20,9 +20,9 @@ - + - + Appends an element at the end of the array (alias of [method push_back]). @@ -56,9 +56,9 @@ - + - + Inserts a new element at a given position in the array. The position must be valid, or at the end of the array ([code]idx == size()[/code]). @@ -72,9 +72,9 @@ - + - + Appends a value to the array. @@ -83,16 +83,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. @@ -101,9 +101,9 @@ - + - + Changes the [Color] at the given index. @@ -123,6 +123,22 @@ Sorts the elements of the array in ascending order. + + + + + + + + + + + + + + + + -- cgit v1.2.3