Wallop icon indicating copy to clipboard operation
Wallop copied to clipboard

Script Properties should be expanded to methods or maintain their appearance as simple values based on the ScriptEngine, not the system itself.

Open moolicc opened this issue 3 years ago • 0 comments

Currently, when adding properties and fields to a IScriptContext, the system converts the property into a pair of getter/setter methods.

This operation should be forwarded to the IScriptContext implementation on a per-script engine basis to allow more control and extensibility by implementing ScriptEngines.

moolicc avatar Feb 04 '22 18:02 moolicc