Lua:TableMerge

Lua:TableMerge

From BeamNG

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

Merges table "src" with table "dst", and returns table dst".

File location: lua\utils.lua:370

Syntax

table tableMerge (table dst, table src)