... 1)) return 1; lua_getfield(m_state, LUA_GLOBALSINDEX, "debug"); if (!lua_istable(m_state, -1)) { lua_pop(m_state, 1); return 1; } lua_getfield(m_state, ...
確定! 回上一頁