Add clear method to pool arrays

This commit is contained in:
Haoyu Qiu
2022-08-10 17:31:29 +08:00
parent 450c178570
commit 2d93718cd2
9 changed files with 50 additions and 0 deletions

View File

@@ -43,6 +43,11 @@
Appends a [PoolRealArray] at the end of this array.
</description>
</method>
<method name="clear">
<description>
Clears the array. This is equivalent to using [method resize] with a size of [code]0[/code].
</description>
</method>
<method name="count">
<return type="int" />
<argument index="0" name="value" type="float" />