... status = lua_tonumber(L, -3); double data1 = lua_tonumber(L, -2); double data2 = lua_tonumber(L, -1); // ...rest of C++ function here.
確定! 回上一頁