Difference between revisions of "Table"

From SkyCorp Global
(Public Methods)
Line 3: Line 3:
 
== Public Methods ==
 
== Public Methods ==
  
=== static foreach ===
+
=== static unpack ===
  
=== static keys ===
+
=== static pack ===
 +
 
 +
=== static sort ===
 +
 
 +
=== static insert ===
 +
 
 +
=== static remove ===
 +
 
 +
=== static concat ===
 +
 
 +
== See Also ==
 +
There are a few table iterators in the [[Global LUA Functions|global]] namespace (ipairs, pairs, and next)
 
[[Category:LUA Class Reference]]
 
[[Category:LUA Class Reference]]

Revision as of 05:18, 13 July 2023

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

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)