We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home > [Scripting Reference](Scripting Reference) > table.contains
The table.contains function determines if an array contains a particular value.
#!lua table.contains(arr, value)
arr is the array to test; value is the value being tested for.
True if the array contains the value, false otherwise.