Class BaseLib

java.lang.Object
se.krka.kahlua.stdlib.BaseLib
All Implemented Interfaces:
JavaFunction

public final class BaseLib extends Object implements JavaFunction
  • Constructor Details

    • BaseLib

      public BaseLib(int int1)
  • Method Details

    • register

      public static void register(KahluaTable kahluaTable)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • call

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

      public static int pcall(LuaCallFrame luaCallFrame, int int1)
    • setPrintCallback

      public static void setPrintCallback(Consumer consumer)
    • setmetatable

      public static void setmetatable(KahluaThread kahluaThread, Object object, KahluaTable kahluaTable, boolean boolean1)
    • collectgarbage

      public static int collectgarbage(LuaCallFrame luaCallFrame, int int1)
    • luaEquals

      public static boolean luaEquals(Object object, Object object2)