mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
classref: Sync with current master branch (aa8d9b8)
This commit is contained in:
@@ -427,7 +427,7 @@ Sorts the elements of the array in ascending order.
|
||||
|
||||
:ref:`PackedByteArray<class_PackedByteArray>` **to_byte_array**\ (\ ) |const| :ref:`🔗<class_PackedInt64Array_method_to_byte_array>`
|
||||
|
||||
Returns a copy of the data converted to a :ref:`PackedByteArray<class_PackedByteArray>`, where each element have been encoded as 8 bytes.
|
||||
Returns a copy of the data converted to a :ref:`PackedByteArray<class_PackedByteArray>`, where each element has been encoded as 8 bytes.
|
||||
|
||||
The size of the new array will be ``int64_array.size() * 8``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user