//Create a library table luaL_newlibtable(L, l); //Push in an upvalue, that is, the table itself Lua_pushvalue (L, - 1); // you can comment out the test and ...
確定! 回上一頁