Added empty() function to pool array types

This commit is contained in:
PouleyKetchoupp
2019-10-31 16:27:32 +01:00
parent 99324d9fda
commit 475115c0c3
12 changed files with 168 additions and 0 deletions

View File

@@ -33,6 +33,13 @@
Appends a [PoolRealArray] at the end of this array.
</description>
</method>
<method name="empty">
<return type="bool">
</return>
<description>
Returns [code]true[/code] if the array is empty.
</description>
</method>
<method name="insert">
<return type="int">
</return>