Make Vector<T>::duplicate() const
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
[b]Note:[/b] Decompression is not guaranteed to work with data not compressed by Godot, for example if data compressed with the deflate compression mode lacks a checksum or header.
|
||||
</description>
|
||||
</method>
|
||||
<method name="duplicate">
|
||||
<method name="duplicate" qualifiers="const">
|
||||
<return type="PackedByteArray" />
|
||||
<description>
|
||||
Creates a copy of the array, and returns it.
|
||||
|
||||
Reference in New Issue
Block a user