Cloneable icon indicating copy to clipboard operation
Cloneable copied to clipboard

Generated code copies references

Open GimmBoB opened this issue 1 year ago • 0 comments

If you want to copy an object with nested objects the generated code would to something like this:

... MyObjectProperty = this.MyObjectProperty

This would only copy the reference of the source object.

GimmBoB avatar Aug 03 '23 09:08 GimmBoB