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 voidMathLib.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 Objectstatic Objectstatic KahluaTableOsLib.getTableFromDate(Calendar calendar, Platform platform) static voidCoroutineLib.register(Platform platform, KahluaTable table2) static voidOsLib.register(Platform platform, KahluaTable table1) static voidRandomLib.register(Platform platform, KahluaTable table2) static voidStringLib.register(Platform platform, KahluaTable table2) static voidTableLib.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 voidUserdataArray.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 KahluaTableKahluaUtil.getClassMetatables(Platform arg0, KahluaTable arg1) static KahluaTableKahluaUtil.getOrCreateTable(Platform arg0, KahluaTable arg1, String arg2) static KahluaThreadKahluaUtil.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 TypeMethodDescriptionvoidVoiceManager.LuaRegister(Platform platform, KahluaTable table1) -
Uses of Platform in zombie.Lua
Methods in zombie.Lua with parameters of type PlatformModifier and TypeMethodDescriptionvoidEvent.register(Platform platform, KahluaTable environment) static voidLuaEventManager.register(Platform platform, KahluaTable environment) static voidLuaHookManager.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 TypeMethodDescriptionvoidCoopMaster.register(Platform platform, KahluaTable table1)