Package party.iroiro.luajava.value
Interface LuaFunction
public interface LuaFunction
Interface for functions implemented in Java.
-
Method Summary
-
Method Details
-
call
Implements the function bodyUnlike
JFunction.__call(Lua), before actually calling this function, the library converts all the arguments toLuaValuesand pops them off the stack.- Parameters:
L- the Lua stateargs- the arguments- Returns:
- the return values (nullable)
-