static int lua_callback = LUA_REFNIL; static int setnotify(lua_State *L) { lua_callback = luaL_ref(L, LUA_REGISTRYINDEX); return 0; } ...
確定! 回上一頁