functionNameAtScriptName: the function to call.
if scriptHandleOrType is sim.scripttype_childscript or sim.scripttype_customizationscript, then append to the string '@' and the path of the object the script is attached to, e.g. "func@/path/to/object"
if scriptHandleOrType is sim.scripttype_addonscript, then append to the string '@' and the name of the add-on, e.g. "func@Isometric scaling"
...: any number of arguments that will be handed over to the called function.
|