Lua:TableMergeRecursive
From BeamNG
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)