lua_pushvalue (L, methods); set(L, metatable, "__index"); lua_pushvalue(L, methods); set(L, metatable, "__newindex"); Now, assuming that the above is correct ...
確定! 回上一頁