mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add clear method to pool arrays
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
Appends a [PoolVector2Array] 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="Vector2" />
|
||||
|
||||
Reference in New Issue
Block a user