Language.Lua.Library.TableLib Class Reference

Static Public Member Functions

static void RegisterModule (LuaTable enviroment)
 
static void RegisterFunctions (LuaTable module)
 
static LuaValue concat (LuaValue[] values)
 
static LuaValue insert (LuaValue[] values)
 
static LuaValue remove (LuaValue[] values)
 
static LuaValue removeitem (LuaValue[] values)
 
static LuaValue maxn (LuaValue[] values)
 
static LuaValue sort (LuaValue[] values)
 
static LuaValue getn (LuaValue[] values)
 
static LuaValue setn (LuaValue[] values)
 

Member Function Documentation

◆ concat()

static LuaValue Language.Lua.Library.TableLib.concat ( LuaValue[]  values)
static

◆ getn()

static LuaValue Language.Lua.Library.TableLib.getn ( LuaValue[]  values)
static

◆ insert()

static LuaValue Language.Lua.Library.TableLib.insert ( LuaValue[]  values)
static

◆ maxn()

static LuaValue Language.Lua.Library.TableLib.maxn ( LuaValue[]  values)
static

◆ RegisterFunctions()

static void Language.Lua.Library.TableLib.RegisterFunctions ( LuaTable  module)
static

◆ RegisterModule()

static void Language.Lua.Library.TableLib.RegisterModule ( LuaTable  enviroment)
static

◆ remove()

static LuaValue Language.Lua.Library.TableLib.remove ( LuaValue[]  values)
static

◆ removeitem()

static LuaValue Language.Lua.Library.TableLib.removeitem ( LuaValue[]  values)
static

◆ setn()

static LuaValue Language.Lua.Library.TableLib.setn ( LuaValue[]  values)
static

◆ sort()

static LuaValue Language.Lua.Library.TableLib.sort ( LuaValue[]  values)
static

The documentation for this class was generated from the following file: