Add Lua Tables

t = util.add(t1, t2, …)

Add Lua tables.
Combines two or more tables into one table, using Lua pairs.

Parameter Type Description
t1, t2, … table Tables to combine
Returns Type Description
t table Result