execute
method. This execute
method is the method that will be called when you call the function from Lua. To register the JavaFunction in Lua use the method register(String name)
.
Ex). declare namespace math = "java:java.lang.Math"; math:log(4)Limitation:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|