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"
|