Table: Difference between revisions

From Crumbled World Wiki
(Created page with "{{:tableExampleCode}} ==Class name== {| class="wikitable" !|table |- |} ==Static functions== {| class="wikitable" !|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. |- | |table:insert...")
 
(No difference)

Latest revision as of 13:38, 5 July 2025

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)