Add clear method to pool arrays
This commit is contained in:
@ -42,6 +42,11 @@
|
||||
Appends a [PoolColorArray] 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="Color" />
|
||||
|
||||
Reference in New Issue
Block a user