Interpreter.callFunction

Calls a script function. Can throw ScriptRuntimeException.

class Interpreter
deprecated
ScriptAny
callFunction
(
ScriptFunction func
,
ScriptAny thisObj
,
ScriptAny[] args
,
bool useVM = false
)

Meta