Workshop.codes
Create

Array Contains Last updated November 26, 2024

Description

Whether the specified array contains the specified value.

Snippet

Array Contains(All Players(All Teams), 0);

Properties

Returns: Boolean
Parameters: Array, Value

Array
Type: Array, Default: All Players
The array in which to search for the specified value.

Value
Type: Object, Default: Number
The value for which to search.

Workshop.codes