Skip to main content
Version: 3.9.0

Array Info

Get the count of all items in an array. Supported types: Number, Vec2, Vec3, Vec4, Color, String, Texture 2D, Scene Object, and Material.

Input

NameData TypeDescription
{dataType} Array{dataType} ArrayThe input array that you want to get information from.

Output

NameData TypeDescription
LengthNumberThe number of all items in the array.