Package se.krka.kahlua.stdlib
Class CoroutineLib
java.lang.Object
se.krka.kahlua.stdlib.CoroutineLib
- All Implemented Interfaces:
JavaFunction
public class CoroutineLib extends java.lang.Object implements JavaFunction
-
Constructor Summary
Constructors Constructor Description CoroutineLib(int int1)
-
Method Summary
Modifier and Type Method Description int
call(LuaCallFrame luaCallFrame, int int1)
static void
register(Platform platform, KahluaTable kahluaTable)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CoroutineLib
public CoroutineLib(int int1)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
register
-
call
- Specified by:
call
in interfaceJavaFunction
-