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
|
|
@ -76,7 +76,7 @@
|
|||
Returns the number of times an element is in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="duplicate">
|
||||
<method name="duplicate" qualifiers="const">
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
Creates a copy of the array, and returns it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue