Hello, Is there currently any way to create a table in C++ and pass it to a Lua function? I'm actually trying to convert a std::vector (or a std::list) so I can pass it to my Lua function Thanks
Hello,
Is there currently any way to create a table in C++ and pass it to a Lua function?
I'm actually trying to convert a std::vector (or a std::list) so I can pass it to my Lua function
Thanks