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_COMPARATORMethods in com.prineside.luaj that return LuaTableModifier and TypeMethodDescriptionfinal LuaTableLuaTable.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 LuaTableConstruct aLuaTableinitialized with supplied array values.static LuaTableConstruct aLuaTableinitialized with supplied array values.static LuaTableWeakTable.make(boolean weakkeys, boolean weakvalues) final LuaTablefinal LuaTableCheck that optional argument is a table and return asLuaTableReturn argument i as a LuaTable if a lua table,defvalif nil, or throw a LuaError if any other type.static LuaTableLuaValue.tableOf()Construct an emptyLuaTable.static LuaTableLuaValue.tableOf(int narray, int nhash) Construct an emptyLuaTablepreallocated to hold array and hashed elementsstatic LuaTableConstruct aLuaTableinitialized with supplied named values.static LuaTableConstruct aLuaTableinitialized with supplied named values and sequential elements.static LuaTableConstruct aLuaTableinitialized with supplied named values and sequential elements in an array part and as varargs.static LuaTableConstruct aLuaTableinitialized 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 LuaTablefinal LuaTableCheck that optional argument is a table and return asLuaTableReturn argument i as a LuaTable if a lua table,defvalif 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 TypeMethodDescriptionvoidPackageLib.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 TypeClassDescriptionclassRead-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 classRead-only LuaTable which stores all aliases (shortcuts) to the classesclass