Open Tomasu opened 10 years ago
Based on Had's fork, std::tuple can be used to allow returning multiple values from a bound function to lua.
allowing things like: local a,b,c = obj:my_c_func();
local a,b,c = obj:my_c_func();
see https://github.com/had/LuaGlue/commit/b284efcb5b7b9781af32b6e0af5e9ae434fb181d
Based on Had's fork, std::tuple can be used to allow returning multiple values from a bound function to lua.
allowing things like:
local a,b,c = obj:my_c_func();