John Sykes

Results 4 comments of John Sykes

I'm running into the same issue right now. My workaround is going to have behaviors be an object that returns itself and then insert the returned leaf into each entities...

Threw this together real quick. I hope it helps explain. There are 2 different trees updating from a reference named task. When one dog finished the other didn't. Both don't...

Would metatables help? I'm thinking from the perspective of JavaScript prototypes where the same function is reused for every object instance thus saving memory. The performance tradeoff means no private...