From 048f4f830516c2849fbdb8afb226c3a669b32dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 22 Feb 2020 15:16:32 +0100 Subject: doc: Sync classref with apparent Variant return type changes Part of those seem bogus, methods like Array.back()/front() should return a Variant and not void. --- doc/classes/PackedIntArray.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes/PackedIntArray.xml') diff --git a/doc/classes/PackedIntArray.xml b/doc/classes/PackedIntArray.xml index 536b4d9aaf..ca98157be5 100644 --- a/doc/classes/PackedIntArray.xml +++ b/doc/classes/PackedIntArray.xml @@ -21,6 +21,8 @@ + + @@ -28,6 +30,8 @@ + + @@ -53,11 +57,15 @@ + + Reverses the order of the elements in the array. + + @@ -65,6 +73,8 @@ + + @@ -72,6 +82,8 @@ + + @@ -79,6 +91,8 @@ + + -- cgit v1.2.3