Table

From Crumbled World Wiki
Revision as of 13:38, 5 July 2025 by Anders (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)