From af80bcd2f8e01130357b090126c26717b736665a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 20 Feb 2020 23:19:00 -0500 Subject: Add sort and has methods to PackedArrays --- doc/classes/PackedByteArray.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/classes/PackedByteArray.xml') diff --git a/doc/classes/PackedByteArray.xml b/doc/classes/PackedByteArray.xml index b08357e278..08f8558881 100644 --- a/doc/classes/PackedByteArray.xml +++ b/doc/classes/PackedByteArray.xml @@ -78,6 +78,15 @@ Returns a copy of the array's contents as [String]. Slower than [method get_string_from_ascii] but supports UTF-8 encoded data. Use this function if you are unsure about the source of the data. For user input this function should always be preferred. + + + + + + + Returns [code]true[/code] if the array contains [code]value[/code]. + + @@ -152,6 +161,13 @@ Returns the size of the array. + + + + + Sorts the elements of the array in ascending order. + + -- cgit v1.2.3