goldenstein64 / Copy

A Luau-specialized module for copying any value with state.
https://goldenstein64.github.io/Copy
MIT License
0 stars 0 forks source link

Localized Behaviors #6

Closed goldenstein64 closed 3 years ago

goldenstein64 commented 3 years ago
goldenstein64 commented 3 years ago

I massively reworked Behaviors into Transform, Reconcilers and Replacers and turned the usual behavior argument to GlobalBehaviors and Copy:BehaveAs into a shared namespace of high-level presets ("default" / "set") and sequences of more primitive copiers ({ "transform", "reconcile", "replace" }) for even more versatility.