-
Notifications
You must be signed in to change notification settings - Fork 17
table
CapsAdmin edited this page Mar 15, 2015
·
25 revisions
##shared
- table.add(a, b)
- table.clear(...)
- table.concat(...)
- table.copy(obj, skip_meta)
- table.count(tbl)
- table.fixindices(tbl)
- table.foreach()
- table.foreachi()
- table.getkey(tbl, val)
- table.getn()
- table.hasvalue(tbl, val)
- table.insert(...)
- table.isarray(t)
- table.maxn(...)
- table.merge(a, b)
- table.multiremove(tbl, locations)
- table.new(...)
- table.print(...)
- table.random(tbl)
- table.remove()
- table.removevalue(tbl, val)
- table.scroll(tbl, offset)
- table.shuffle(a, times)
- table.sort(...)