Class BaseLib
java.lang.Object
se.krka.kahlua.stdlib.BaseLib
- All Implemented Interfaces:
JavaFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcall(LuaCallFrame luaCallFrame, int int0) static intcollectgarbage(LuaCallFrame luaCallFrame, int int0) static booleanstatic intpcall(LuaCallFrame luaCallFrame, int int0) static voidregister(KahluaTable table) static voidsetmetatable(KahluaThread kahluaThread, Object object0, KahluaTable table, boolean boolean0) static voidsetPrintCallback(Consumer<String> consumer) toString()
-
Constructor Details
-
BaseLib
public BaseLib(int int0)
-
-
Method Details
-
register
-
toString
-
call
- Specified by:
callin interfaceJavaFunction
-
pcall
-
setPrintCallback
-
setmetatable
public static void setmetatable(KahluaThread kahluaThread, Object object0, KahluaTable table, boolean boolean0) -
collectgarbage
-
luaEquals
-