From 475115c0c3615c215f87b88a74ad40f1ccec7416 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Thu, 31 Oct 2019 16:27:32 +0100 Subject: Added empty() function to pool array types --- doc/classes/PoolIntArray.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes/PoolIntArray.xml') 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. + + + + + Returns [code]true[/code] if the array is empty. + + -- cgit v1.2.3