summaryrefslogtreecommitdiff
path: root/doc/classes/PackedInt64Array.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PackedInt64Array.xml')
-rw-r--r--doc/classes/PackedInt64Array.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/PackedInt64Array.xml b/doc/classes/PackedInt64Array.xml
index 5d590f02a4..2a33238677 100644
--- a/doc/classes/PackedInt64Array.xml
+++ b/doc/classes/PackedInt64Array.xml
@@ -55,6 +55,12 @@
[b]Note:[/b] Calling [method bsearch] on an unsorted array results in unexpected behavior.
</description>
</method>
+ <method name="clear">
+ <return type="void" />
+ <description>
+ Clears the array. This is equivalent to using [method resize] with a size of [code]0[/code].
+ </description>
+ </method>
<method name="count" qualifiers="const">
<return type="int" />
<param index="0" name="value" type="int" />