result = program.callPlugin(param, ...);
If the running script is executed from within a Plugin, you can callback the native part of the plugin using this function. You may give up to three parameters to the plugin which will be received by the plugin on SJ_PLUGIN_CALL.
The return value is the value returned from SJ_PLUGIN_CALL.
See also: Program.callExported()