Fix PackedStringArray.to_byte_array() to return UTF-8 encoded data instead of pointers.
This commit is contained in:
parent
06acfccf89
commit
1bc86c2626
2 changed files with 14 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue