From efd27a63c138ceef89d4ed2586651ea61898f5c7 Mon Sep 17 00:00:00 2001 From: Matheus Lima Cunha Date: Thu, 25 Feb 2021 11:10:39 -0300 Subject: Add fill method to Arrays and PackedArrays --- doc/classes/PackedByteArray.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes/PackedByteArray.xml') diff --git a/doc/classes/PackedByteArray.xml b/doc/classes/PackedByteArray.xml index 24178c3ff6..0652cf0aa1 100644 --- a/doc/classes/PackedByteArray.xml +++ b/doc/classes/PackedByteArray.xml @@ -322,6 +322,15 @@ + + + + + + + Assigns the given value to all elements in the array. This can typically be used together with [method resize] to create an array with a given size and initialized elements. + + -- cgit v1.2.3