Add Lua Tables

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

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

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