Uses of Class
com.prineside.luaj.LuaTable
Packages that use LuaTable
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Uses of LuaTable in com.prineside.luaj
Subclasses of LuaTable in com.prineside.luajFields in com.prineside.luaj with type parameters of type LuaTableModifier and TypeFieldDescriptionstatic final DeepClassComparator<LuaTable>
LuaTable.CLASS_COMPARATOR
Methods in com.prineside.luaj that return LuaTableModifier and TypeMethodDescriptionfinal LuaTable
LuaTable.checktable()
LuaValue.checktable()
Varargs.checktable
(int i) Return argument i as a LuaTable if a lua table, or throw an error if any other type.static LuaTable
Construct aLuaTable
initialized with supplied array values.static LuaTable
Construct aLuaTable
initialized with supplied array values.static LuaTable
WeakTable.make
(boolean weakkeys, boolean weakvalues) final LuaTable
final LuaTable
Check that optional argument is a table and return asLuaTable
Return argument i as a LuaTable if a lua table,defval
if nil, or throw a LuaError if any other type.static LuaTable
LuaValue.tableOf()
Construct an emptyLuaTable
.static LuaTable
LuaValue.tableOf
(int narray, int nhash) Construct an emptyLuaTable
preallocated to hold array and hashed elementsstatic LuaTable
Construct aLuaTable
initialized with supplied named values.static LuaTable
Construct aLuaTable
initialized with supplied named values and sequential elements.static LuaTable
Construct aLuaTable
initialized with supplied named values and sequential elements in an array part and as varargs.static LuaTable
Construct aLuaTable
initialized with supplied array values.Methods in com.prineside.luaj with parameters of type LuaTableModifier and TypeMethodDescriptionLoad the content form a reader as a text file, supplying a custom environment.Convenience function to load a string value as a script with a custom environment.final LuaTable
final LuaTable
Check that optional argument is a table and return asLuaTable
Return argument i as a LuaTable if a lua table,defval
if nil, or throw a LuaError if any other type. -
Uses of LuaTable in com.prineside.luaj.lib
Methods in com.prineside.luaj.lib with parameters of type LuaTableModifier and TypeMethodDescriptionvoid
PackageLib.setIsLoaded
(String name, LuaTable value) Allow packages to mark themselves as loaded -
Uses of LuaTable in com.prineside.luaj.lib.jse
Constructors in com.prineside.luaj.lib.jse with parameters of type LuaTable -
Uses of LuaTable in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return LuaTable -
Uses of LuaTable in com.prineside.tdi2.managers.script
Subclasses of LuaTable in com.prineside.tdi2.managers.scriptModifier and TypeClassDescriptionclass
Read-only LuaTable which stores a part of the class tree and allows to be properly serialized in case user stores a part of the tree in a separate variablefinal class
Read-only LuaTable which stores all aliases (shortcuts) to the classesclass