classref: Sync with current master branch (36d90c7)

This commit is contained in:
Godot Organization
2025-02-08 03:20:41 +00:00
parent cb0009a3c8
commit 06119cd6c3
14 changed files with 201 additions and 32 deletions

View File

@@ -440,7 +440,7 @@ Sorts the elements of the array in ascending order.
:ref:`PackedByteArray<class_PackedByteArray>` **to_byte_array**\ (\ ) |const| :ref:`🔗<class_PackedStringArray_method_to_byte_array>`
Returns a :ref:`PackedByteArray<class_PackedByteArray>` with each string encoded as bytes.
Returns a :ref:`PackedByteArray<class_PackedByteArray>` with each string encoded as UTF-8. Strings are ``null`` terminated.
.. rst-class:: classref-section-separator