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) voidLuaCaller.pcallvoid(KahluaThread arg0, Object arg1, Object arg2) voidLuaCaller.pcallvoid(KahluaThread arg0, Object arg1, Object[] arg2) voidLuaCaller.pcallvoid(KahluaThread arg0, Object arg1, Object arg2, Object arg3) voidLuaCaller.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) voidLuaCaller.protectedCallVoid(KahluaThread arg0, Object arg1, Object arg2) voidLuaCaller.protectedCallVoid(KahluaThread arg0, Object arg1, Object[] arg2) voidLuaCaller.protectedCallVoid(KahluaThread arg0, Object arg1, Object arg2, Object arg3) voidLuaCaller.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 voidTableLib.append(KahluaThread kahluaThread, KahluaTable table, Object object) static voidTableLib.insert(KahluaThread kahluaThread, KahluaTable table, int int2, Object object) static voidTableLib.insert(KahluaThread kahluaThread, KahluaTable table, Object object) static ObjectTableLib.remove(KahluaThread kahluaThread, KahluaTable table) static ObjectTableLib.remove(KahluaThread kahluaThread, KahluaTable table, int int0) static voidBaseLib.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 KahluaThreadKahluaUtil.getWorkerThread(Platform arg0, KahluaTable arg1) Methods in se.krka.kahlua.vm with parameters of type KahluaThreadModifier and TypeMethodDescriptionstatic voidKahluaUtil.setupLibrary(KahluaTable arg0, KahluaThread arg1, File arg2) static voidKahluaUtil.setupLibraryText(KahluaTable table, KahluaThread kahluaThread, File file) static voidKahluaUtil.setWorkerThread(KahluaTable arg0, KahluaThread arg1) static StringKahluaUtil.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 KahluaThreadLuaManager.debugthreadstatic KahluaThreadLuaManager.thread -
Uses of KahluaThread in zombie.ui
Fields in zombie.ui declared as KahluaThreadModifier and TypeFieldDescriptionstatic KahluaThreadUIManager.defaultthreadstatic KahluaThreadUIManager.previousThreadMethods in zombie.ui that return KahluaThread -
Uses of KahluaThread in zombie.vehicles
Fields in zombie.vehicles declared as KahluaThread