... a function in C++: static int GetTable(lua_State* L) { return 1; } After I register this function, how can I make it return a Lua table?
確定! 回上一頁