lua_rawget(L, lua_upvalueindex(2)); if (lua_isnil(L, -1)) { // check total time lua_pop(L,2); // pop from coroutine } else { lua_pop(L,1);
確定! 回上一頁