Make Vector<T>::duplicate() const
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
This commit is contained in:
parent
fc58be9bfc
commit
bc9f3c7d92
13 changed files with 64 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue