... lua_pushstring(L,"v"); lua_setfield(L,-2,"__mode"); lua_setmetatable(L,-2); lua_createtable(L,0,1); lua_pushcfunction(L,release_object); ...
確定! 回上一頁