Table

From Crumbled World Wiki

TableExampleCode

Class name

table


Static functions

return function description
sort(table aTable)
sort(table aTable, nil sortFunction)
remove(table aTable, number index) Remove a index from an array, and shift down remaining integer keys.
insert(table aTable, nil item)