Package se.krka.kahlua.require
Class Loadfile
java.lang.Object
se.krka.kahlua.require.Loadfile
- All Implemented Interfaces:
JavaFunction
public class Loadfile extends java.lang.Object implements JavaFunction
-
Constructor Summary
Constructors Constructor Description Loadfile(LuaSourceProvider luaSourceProvider)
-
Method Summary
Modifier and Type Method Description int
call(LuaCallFrame luaCallFrame, int int1)
void
install(KahluaTable kahluaTable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Loadfile
-
-
Method Details
-
install
-
call
- Specified by:
call
in interfaceJavaFunction
-