functNameAtPluginName: name of the function, combined with the plugin name it is associated with: functionName@pluginName. Avoid using too simple function names, otherwise they might clash with other plugins. Also, always use the
simXX. prefix (e.g.
simMyPlugin.myCustomFunction) for the function name. The plugin name should be the exact same name used while loading the plugin via
simLoadModule (if the plugin name is
simExtMyPlugin.dll, this should be
MyPlugin).
callTips: call tips: string (or several strings separated by '@') that indicates the input/output argument type/size. Call tips appear in the script editor when the function was typed followed by "(".