I noticed the first thing actually.
What do you mean on “Lua-side global function to call sub functions”. I’m kinda lost on this
Thanks in advance :)
Like
function call_sub(obj, field, ...) return _G[obj][field](...) end
and then lua_call("call_sub", "console", "log", 1, 2, 3)
lua_call("call_sub", "console", "log", 1, 2, 3)
Cool! Thanks :)
I already fixed my issue actually, they were different problems altogether, one of them the file paths, for example.
Thanks for the soon response, have a good day :D