piller187

Results 7 comments of piller187

Perhaps you could bundle the service names array to be returned in a couple functions and then use that in the resolve to reduce the duplication so if a service...

The game engine I want to use this with also uses Lua and controlling it via Lua would be ideal for me! Any chance on sharing what you did, either...

+ 1 I'm having the same issue in the same situation. I place a textbox in the accordion header and in IE 11 you can't click in the textbox to...

Yeah, that's what I ended up doing. In my system the filename of the lua file to run is the same name as the node/task whatever you want to call...

I think the main idea is that if 2 objects share a task instance, via its name, when one of the objects returns a success on its task the other...

Is cloning really the way to go about it? I mean that's basically what we are doing now and it seems it would take up more memory than needed. I...