Back to ACE

ACE.table_contains

S

Part of ACE namespace

function ACE.table_contains(table, element)
View on GitHub|lua/acf/shared/sh_ace_functions.lua:669-676
👁️ 0 viewsUpdated 1 month ago

Description

Helper function to check if a value exists in a table

Parameters

NameTypeDescription
tableany
elementany

Returns

No return values documented.

Examples

No examples available.

Used In

No usages found in the codebase.