透過集合功能整理內容
你可以依據偏好儲存及分類內容。
gpg::RealTimeMultiplayerManager::RealTimeRoomResponse
#include <real_time_multiplayer_manager.h>
特定 RealTimeRoom
物件的 Data
和 ResponseStatus
。
摘要
只有在 IsSuccess()
針對 ResponseStatus
傳回 true 時,房間值才會生效。
公開屬性
會議室
RealTimeRoom gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::room
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[null,null,["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],null,["# gpg::RealTimeMultiplayerManager::RealTimeRoomResponse Struct Reference\n\ngpg::RealTimeMultiplayerManager::RealTimeRoomResponse\n=====================================================\n\n`#include \u003creal_time_multiplayer_manager.h\u003e`\n\n`Data` and `ResponseStatus` for a specific [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) object.\n\nSummary\n-------\n\nThe room value is only valid if [IsSuccess()](/games/services/cpp/api/namespace/gpg#namespacegpg_1a61c5fcddb17a1efad15d843513d61d56) returns true for `ResponseStatus`.\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [room](#structgpg_1_1_real_time_multiplayer_manager_1_1_real_time_room_response_1a869f54221bedf15cbe299d91d37f76ab) | [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) The [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) object for this response. |\n| [status](#structgpg_1_1_real_time_multiplayer_manager_1_1_real_time_room_response_1a4bd03cf1c02776c29a4fed469a2a12d9) | [MultiplayerStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1ad9430a5d223ce8fb0fe78d07e6b183b4) The status of the operation that generated this response. |\n\nPublic attributes\n-----------------\n\n### room\n\n```c++\nRealTimeRoom gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::room\n``` \nThe [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) object for this response.\n\n`Valid()` only returns true for the room if [IsSuccess()](/games/services/cpp/api/namespace/gpg#namespacegpg_1a61c5fcddb17a1efad15d843513d61d56) returns true for `status`. \n\n### status\n\n```c++\nMultiplayerStatus gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::status\n``` \nThe status of the operation that generated this response."]]