mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix PackedStringArray.to_byte_array() to return UTF-8 encoded data instead of pointers.
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
<method name="to_byte_array" qualifiers="const">
|
||||
<return type="PackedByteArray" />
|
||||
<description>
|
||||
Returns a [PackedByteArray] with each string encoded as bytes.
|
||||
Returns a [PackedByteArray] with each string encoded as UTF-8. Strings are [code]null[/code] terminated.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
||||
Reference in New Issue
Block a user