Uses of Interface
se.krka.kahlua.vm.Platform
Packages that use Platform
Package
Description
-
Uses of Platform in se.krka.kahlua.converter
Constructors in se.krka.kahlua.converter with parameters of type Platform -
Uses of Platform in se.krka.kahlua.integration.expose
Constructors in se.krka.kahlua.integration.expose with parameters of type PlatformModifierConstructorDescriptionLuaJavaClassExposer
(KahluaConverterManager kahluaConverterManager, Platform platformx, KahluaTable table) LuaJavaClassExposer
(KahluaConverterManager kahluaConverterManager, Platform platformx, KahluaTable table0, KahluaTable table1) -
Uses of Platform in se.krka.kahlua.j2se
Classes in se.krka.kahlua.j2se that implement PlatformMethods in se.krka.kahlua.j2se with parameters of type PlatformModifier and TypeMethodDescriptionstatic void
MathLib.register
(Platform platform, KahluaTable table1) -
Uses of Platform in se.krka.kahlua.stdlib
Methods in se.krka.kahlua.stdlib with parameters of type PlatformModifier and TypeMethodDescriptionstatic Object
static Object
static KahluaTable
OsLib.getTableFromDate
(Calendar calendar, Platform platform) static void
CoroutineLib.register
(Platform platform, KahluaTable table2) static void
OsLib.register
(Platform platform, KahluaTable table1) static void
RandomLib.register
(Platform platform, KahluaTable table2) static void
StringLib.register
(Platform platform, KahluaTable table2) static void
TableLib.register
(Platform platform, KahluaTable table1) -
Uses of Platform in se.krka.kahlua.test
Methods in se.krka.kahlua.test with parameters of type PlatformModifier and TypeMethodDescriptionstatic void
UserdataArray.register
(Platform platform, KahluaTable table1) -
Uses of Platform in se.krka.kahlua.threading
Constructors in se.krka.kahlua.threading with parameters of type PlatformModifierConstructorDescriptionBlockingKahluaThread
(PrintStream printStream, Platform platform, KahluaTable table) BlockingKahluaThread
(Platform platform, KahluaTable table) VerifiedSingleKahluaThread
(PrintStream printStream, Platform platform, KahluaTable table) VerifiedSingleKahluaThread
(Platform platform, KahluaTable table) -
Uses of Platform in se.krka.kahlua.vm
Methods in se.krka.kahlua.vm that return PlatformModifier and TypeMethodDescriptionCoroutine.getPlatform()
KahluaThread.getPlatform()
LuaCallFrame.getPlatform()
Methods in se.krka.kahlua.vm with parameters of type PlatformModifier and TypeMethodDescriptionstatic KahluaTable
KahluaUtil.getClassMetatables
(Platform arg0, KahluaTable arg1) static KahluaTable
KahluaUtil.getOrCreateTable
(Platform arg0, KahluaTable arg1, String arg2) static KahluaThread
KahluaUtil.getWorkerThread
(Platform arg0, KahluaTable arg1) Constructors in se.krka.kahlua.vm with parameters of type PlatformModifierConstructorDescriptionCoroutine
(Platform arg0, KahluaTable arg1) Coroutine
(Platform arg0, KahluaTable arg1, KahluaThread arg2) KahluaThread
(PrintStream arg0, Platform arg1, KahluaTable arg2) KahluaThread
(Platform arg0, KahluaTable arg1) -
Uses of Platform in zombie.core.raknet
Methods in zombie.core.raknet with parameters of type PlatformModifier and TypeMethodDescriptionvoid
VoiceManager.LuaRegister
(Platform platform, KahluaTable table1) -
Uses of Platform in zombie.Lua
Methods in zombie.Lua with parameters of type PlatformModifier and TypeMethodDescriptionvoid
Event.register
(Platform platform, KahluaTable environment) static void
LuaEventManager.register
(Platform platform, KahluaTable environment) static void
LuaHookManager.register
(Platform platform, KahluaTable table1) Constructors in zombie.Lua with parameters of type PlatformModifierConstructorDescriptionExposer
(KahluaConverterManager manager, Platform platform, KahluaTable environment) -
Uses of Platform in zombie.network
Methods in zombie.network with parameters of type PlatformModifier and TypeMethodDescriptionvoid
CoopMaster.register
(Platform platform, KahluaTable table1)