Uses of Class
com.prineside.luaj.Globals
Packages that use Globals
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Uses of Globals in com.prineside.luaj
Methods in com.prineside.luaj that return GlobalsModifier and TypeMethodDescriptionGlobals.checkglobals()
Check that this object is a Globals object, and return it, otherwise throw an error.LuaValue.checkglobals()
Check that the value is a Globals instance, or throwLuaError
if notMethods in com.prineside.luaj with parameters of type Globals -
Uses of Globals in com.prineside.luaj.compiler
Methods in com.prineside.luaj.compiler with parameters of type GlobalsModifier and TypeMethodDescriptionstatic void
Install the compiler so that LoadState will first try to use it when handed bytes that are not already a compiled lua chunk.LuaC.load
(InputStream stream, String chunkname, Globals globals) Deprecated.Use Globals.load(InputString, String, String) instead, or LuaC.compile(InputStream, String) and construct LuaClosure directly. -
Uses of Globals in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers with parameters of type GlobalsModifier and TypeMethodDescriptionvoid
ScriptManager.fillGlobalsWithClassDefinitions
(Globals globals) -
Uses of Globals in com.prineside.tdi2.managers.script
Methods in com.prineside.tdi2.managers.script that return Globals