Make Vector<T>::duplicate() const
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
Returns the number of times an element is in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="duplicate">
|
||||
<method name="duplicate" qualifiers="const">
|
||||
<return type="PackedInt32Array" />
|
||||
<description>
|
||||
Creates a copy of the array, and returns it.
|
||||
|
||||
Reference in New Issue
Block a user