diff options
author | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2019-10-31 16:27:32 +0100 |
---|---|---|
committer | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2019-10-31 16:27:32 +0100 |
commit | 475115c0c3615c215f87b88a74ad40f1ccec7416 (patch) | |
tree | 957f10725ad73a0381cdf3e96b2af1930558271a /doc/classes/PoolVector2Array.xml | |
parent | 99324d9fdac44a528d54027b8997b4cf44e5934e (diff) |
Added empty() function to pool array types
Diffstat (limited to 'doc/classes/PoolVector2Array.xml')
-rw-r--r-- | doc/classes/PoolVector2Array.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index 623247e639..321846d08b 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -33,6 +33,13 @@ Appends a [PoolVector2Array] 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> |