mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add clear method to pool arrays
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user