diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-01 14:04:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 14:04:16 +0100 |
commit | 962fc725c03685ea87c389233572e885117d1914 (patch) | |
tree | a757f3f35f49abe701f1345f35ec4bde2a1e0c74 /doc/classes/PoolIntArray.xml | |
parent | 81b53f5a5c4e001bc203c1cfc58ef2346ebf1db8 (diff) | |
parent | 475115c0c3615c215f87b88a74ad40f1ccec7416 (diff) |
Merge pull request #33210 from nekomatata/pool-array-empty
Added empty() function to pool array types
Diffstat (limited to 'doc/classes/PoolIntArray.xml')
-rw-r--r-- | doc/classes/PoolIntArray.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/PoolIntArray.xml b/doc/classes/PoolIntArray.xml index 28a28b2bba..25e1e718f7 100644 --- a/doc/classes/PoolIntArray.xml +++ b/doc/classes/PoolIntArray.xml @@ -34,6 +34,13 @@ Appends a [PoolIntArray] 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> |