... Lua State */ static int property_getter(lua_State * L) { lua_pushvalue(L, 2); lua_getmetatable(L, 1); lua_pushvalue(L, 2); lua_rawget(L, ...
確定! 回上一頁