Skip to content
CapsAdmin edited this page Apr 4, 2014 · 25 revisions

##shared

  • table.merge(a, b)
  • table.new(...)
  • table.foreach()
  • table.foreachi()
  • table.fixindices(tbl)
  • table.insert(...)
  • table.sort(...)
  • table.getkey(tbl, val)
  • table.copy(obj, skip_meta)
  • table.print(...)
  • table.hasvalue(tbl, val)
  • table.maxn(...)
  • table.concat(...)
  • table.remove()
  • table.getn()
  • table.random(tbl)
  • table.count(tbl)
  • table.clear(...)
  • table.multiremove(tbl, locations)

Clone this wiki locally