G */ if (!lua_isfunction(m_state, -1)) { lua_pop(m_state, 1); /* L: ... func arg1 arg2 ... */ } else { lua_insert(m_state, functionIndex ...
確定! 回上一頁