Concord icon indicating copy to clipboard operation
Concord copied to clipboard

Add Entity:giveClone and Entity:ensureClone

Open pablomayobre opened this issue 3 years ago • 0 comments

This function would allow you to :give or :ensure a Component directly from another Entity. Meaning all the data would be cloned over.

The cloning mechanism would rely on :serialize and :deserialize methods for the Component being cloned over.

pablomayobre avatar Nov 02 '21 17:11 pablomayobre