Hi Is there a way to register a function from C++ so it is contained in a table? So I can call from Lua this way: ``` local v = MyStuff.doSomething(...) ``` Thanks