Hello
I’m trying to call an EXPORTS that is in a resource written in JS from inside a resource written in LUA. I’m using:
exports[“resource_JS_name”]:functionName(parm1, function_In_Lua_Callback)
The exported function in the JS resource is being called correctly, however the callback function that is in LUA is not executed, what would be the best way to get the return of this JS function through the LUA resource?