This article is tagged with:
Lua how to add something to a table
and lua
lua how to add something to a table
foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")
lua how to add something to a table
foo = {}
table.insert(foo, "bar")
table.insert(foo, "baz")