Added empty() function to pool array types
This commit is contained in:
parent
99324d9fda
commit
475115c0c3
12 changed files with 168 additions and 0 deletions
|
|
@ -33,6 +33,13 @@
|
|||
Appends a [PoolColorArray] 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue