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 class java.lang.Object
    • register

      public static void register​(Platform platform, KahluaTable kahluaTable)
    • call

      public int call​(LuaCallFrame luaCallFrame, int int1)
      Specified by:
      call in interface JavaFunction