Lua:TableContains

Lua:TableContains

From BeamNG

Revision as of 19:46, 23 January 2015 by Nug700 (talk | contribs) (initial.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns true if a table contains a specific element.

File location: lua\utils.lua:347

Syntax

bool tableContains (table, element)