Uses of Class
se.krka.kahlua.vm.KahluaThread
Packages that use KahluaThread
Package
Description
-
Uses of KahluaThread in se.krka.kahlua.integration
Methods in se.krka.kahlua.integration with parameters of type KahluaThreadModifier and TypeMethodDescriptionObject[]
LuaCaller.pcall
(KahluaThread kahluaThread, Object object1, Object object0) Object[]
LuaCaller.pcall
(KahluaThread kahluaThread, Object object, Object... objects) LuaCaller.pcallBoolean
(KahluaThread kahluaThread, Object object, Object[] objects) LuaCaller.pcallBoolean
(KahluaThread arg0, Object arg1, Object arg2, Object arg3) LuaCaller.pcallBoolean
(KahluaThread arg0, Object arg1, Object arg2, Object arg3, Object arg4) void
LuaCaller.pcallvoid
(KahluaThread arg0, Object arg1, Object arg2) void
LuaCaller.pcallvoid
(KahluaThread arg0, Object arg1, Object[] arg2) void
LuaCaller.pcallvoid
(KahluaThread arg0, Object arg1, Object arg2, Object arg3) void
LuaCaller.protectedCall
(KahluaThread kahluaThread, Object object, Object... objects) LuaCaller.protectedCallBoolean
(KahluaThread arg0, Object arg1, Object arg2) LuaCaller.protectedCallBoolean
(KahluaThread arg0, Object arg1, Object[] arg2) LuaCaller.protectedCallBoolean
(KahluaThread arg0, Object arg1, Object arg2, Object arg3) LuaCaller.protectedCallBoolean
(KahluaThread arg0, Object arg1, Object arg2, Object arg3, Object arg4) void
LuaCaller.protectedCallVoid
(KahluaThread arg0, Object arg1, Object arg2) void
LuaCaller.protectedCallVoid
(KahluaThread arg0, Object arg1, Object[] arg2) void
LuaCaller.protectedCallVoid
(KahluaThread arg0, Object arg1, Object arg2, Object arg3) void
LuaCaller.protectedCallVoid
(KahluaThread arg0, Object arg1, Object arg2, Object arg3, Object arg4) -
Uses of KahluaThread in se.krka.kahlua.profiler
Constructors in se.krka.kahlua.profiler with parameters of type KahluaThread -
Uses of KahluaThread in se.krka.kahlua.stdlib
Methods in se.krka.kahlua.stdlib with parameters of type KahluaThreadModifier and TypeMethodDescriptionstatic void
TableLib.append
(KahluaThread kahluaThread, KahluaTable table, Object object) static void
TableLib.insert
(KahluaThread kahluaThread, KahluaTable table, int int2, Object object) static void
TableLib.insert
(KahluaThread kahluaThread, KahluaTable table, Object object) static Object
TableLib.remove
(KahluaThread kahluaThread, KahluaTable table) static Object
TableLib.remove
(KahluaThread kahluaThread, KahluaTable table, int int0) static void
BaseLib.setmetatable
(KahluaThread kahluaThread, Object object0, KahluaTable table, boolean boolean0) -
Uses of KahluaThread in se.krka.kahlua.threading
Subclasses of KahluaThread in se.krka.kahlua.threading -
Uses of KahluaThread in se.krka.kahlua.vm
Methods in se.krka.kahlua.vm that return KahluaThreadModifier and TypeMethodDescriptionCoroutine.getThread()
LuaCallFrame.getThread()
static KahluaThread
KahluaUtil.getWorkerThread
(Platform arg0, KahluaTable arg1) Methods in se.krka.kahlua.vm with parameters of type KahluaThreadModifier and TypeMethodDescriptionstatic void
KahluaUtil.setupLibrary
(KahluaTable arg0, KahluaThread arg1, File arg2) static void
KahluaUtil.setupLibraryText
(KahluaTable table, KahluaThread kahluaThread, File file) static void
KahluaUtil.setWorkerThread
(KahluaTable arg0, KahluaThread arg1) static String
KahluaUtil.tostring
(Object arg0, KahluaThread arg1) Constructors in se.krka.kahlua.vm with parameters of type KahluaThread -
Uses of KahluaThread in zombie.Lua
Fields in zombie.Lua declared as KahluaThreadModifier and TypeFieldDescriptionstatic KahluaThread
LuaManager.debugthread
static KahluaThread
LuaManager.thread
-
Uses of KahluaThread in zombie.ui
Fields in zombie.ui declared as KahluaThreadModifier and TypeFieldDescriptionstatic KahluaThread
UIManager.defaultthread
static KahluaThread
UIManager.previousThread
Methods in zombie.ui that return KahluaThread -
Uses of KahluaThread in zombie.vehicles
Fields in zombie.vehicles declared as KahluaThread