diff options
author | ChristopheClaustre <christophe.claustre.31@gmail.com> | 2021-07-17 00:36:45 +0200 |
---|---|---|
committer | ChristopheClaustre <christophe.claustre.31@gmail.com> | 2021-07-24 21:06:47 +0200 |
commit | 20818c12b79829f6101e15b21e92ee05f25f56e7 (patch) | |
tree | 82d8a10d7932f9f98428e8eaaf2c8a51c2038c8e /doc/classes/PackedInt32Array.xml | |
parent | 0e265b047e28a316c50c9d0fae64026de659ef43 (diff) | |
download | redot-engine-20818c12b79829f6101e15b21e92ee05f25f56e7.tar.gz |
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
Diffstat (limited to 'doc/classes/PackedInt32Array.xml')
-rw-r--r-- | doc/classes/PackedInt32Array.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <return type="PackedByteArray"> </return> <description> + 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]. </description> </method> </methods> |