Open fmauch opened 3 years ago
In the API you have the option to register your script function with the addFunction method in the FunctionModel interface. From the returned Function object you can use the getName method for reading the assigned name.
To further "uniquify" function names in the generated script code we could use autogenerated unique prefixes from the URCap API. I currently don't know exactly how this could be done, but there should be mechanisms inside the API for this.