... y); lua_call(l, 2, 3);cout << "top is " << lua_gettop(l) << endl;cout << lua_tonumber(l, lua_gettop(l) - 0) << endl;cout << lua_tonumber(l, ...
確定! 回上一頁