Lua:TableMergeRecursive

Lua:TableMergeRecursive

From BeamNG

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

Merges table "t1" with table "t2", and returns table "t1".

File location: lua\utils.lua:380

Syntax

-- http://stackoverflow.com/questions/1283388/lua-merge-tables
table tableMergeRecursive (table t1, table t2)