SortPairsTable: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or smallest to largest. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!.''' <br> ==Syntax== <syntaxhighlight lang="lua">table sortTableNumerically( table theTableToSort, bool fromHighestToLowest = false)</syntaxhighlight> ===Required Arguments=== * '''theTableToSort''': the table you would like to sort. ===Optional Arguments=== * '''fromHighestToLowest...") |
(Blanked the page) Tag: Blanking |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||