Interface JavaFunction

All Known Subinterfaces:
KahluaTableIterator
All Known Implementing Classes:
BaseLib, CoroutineLib, Event.Add, Event.Remove, Loadfile, LuaCompiler, LuaEventManager, LuaHookManager, LuaJavaInvoker, MathLib, MultiLuaJavaInvoker, OsLib, RandomLib, Require, StringLib, TableLib, UserdataArray

public interface JavaFunction
  • Method Summary

    Modifier and Type Method Description
    int call​(LuaCallFrame luaCallFrame, int int1)  
  • Method Details