Interpreter.callFunction

Calls a script function. Can throw ScriptRuntimeException.

class Interpreter
ScriptAny
callFunction
(
ScriptFunction func
,
ScriptAny thisObj
,
ScriptAny[] args
)

Meta