-
-
Notifications
You must be signed in to change notification settings - Fork 616
table.contains
starkos edited this page Apr 10, 2021
·
4 revisions
This wiki is no longer being maintained.
Determines if an array contains a particular value.
table.contains(arr, value)
arr
is a table containing indexed elements. value is the value for which to search.
True if the array contains the value, false otherwise.
Premake 4.4 or later.