From 20818c12b79829f6101e15b21e92ee05f25f56e7 Mon Sep 17 00:00:00 2001 From: ChristopheClaustre Date: Sat, 17 Jul 2021 00:36:45 +0200 Subject: New to_***_array method to decode PackedByteArray to Packed***Array Documentation for new PackedByteArray::to_***_array methods Documentation for to_byte_array method for PackedInt32/Int64/Float32/Float64Array --- doc/classes/PackedInt32Array.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/classes/PackedInt32Array.xml') diff --git a/doc/classes/PackedInt32Array.xml b/doc/classes/PackedInt32Array.xml index ff4729082e..c587126d50 100644 --- a/doc/classes/PackedInt32Array.xml +++ b/doc/classes/PackedInt32Array.xml @@ -201,6 +201,8 @@ + Returns a copy of the data converted to a [PackedByteArray], where each element have been encoded as 4 bytes. + The size of the new array will be [code]int32_array.size() * 4[/code]. -- cgit v1.2.3