Modding:Table: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
m (SkyCorp moved page Table to Modding:Table)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
NOTE: This class is lowercase, ie: 'table'
NOTE: This class is lowercase, ie: 'table'
The [https://www.lua.org/manual/5.2/manual.html#6.5 Table section of the lua documentation] is probably handy here.


== Public Methods ==
== Public Methods ==

Latest revision as of 07:29, 17 June 2025

NOTE: This class is lowercase, ie: 'table'

The Table section of the lua documentation is probably handy here.

Public Methods

static unpack

static pack

static sort

static insert

static remove

static concat

See Also

There are a few table iterators in the global namespace (ipairs, pairs, and next)