engine
engine copied to clipboard
Add support for assigning properties to script instances
This PR adds a properties field to the scripts.create(name, { properties }) which is used to assign values onto a script instance before initialize() is called.
Fixes #6785
I confirm I have read the contributing guidelines and signed the Contributor License Agreement.