Workshop.codes
Create

Random Value In Array Last updated November 26, 2024

Description

A random value from the specified array.

Snippet

Random Value In Array(Global.variableName);

Properties

Returns: Object | Array
Parameters: Array

Array
Type: Array, Default: Global Variable
The array from which to randomly take a value. If a non-array value is provided, the result is simply the provided value.

Workshop.codes