public interface WarpScriptJavaFunction
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
apply(java.util.List<java.lang.Object> args)
Apply the function to the given arguments.
|
int |
argDepth()
Return the number of stack levels to pass to the function when calling it
|
boolean |
isProtected() |
boolean isProtected()
int argDepth()
java.util.List<java.lang.Object> apply(java.util.List<java.lang.Object> args)
throws WarpScriptJavaFunctionException
WarpScriptJavaFunctionException