จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse
#include <turn_based_multiplayer_manager.h>
Data
และ ResponseStatus
สำหรับการดำเนินการ ShowPlayerSelectUI
สรุป
หาก IsSuccess(status)
แสดงผลเป็น "จริง" ระบบจะเติมข้อมูลในช่องที่เหลือ
แอตทริบิวต์สาธารณะ
|
maximum_automatching_players
|
uint32_t
จำนวนสูงสุดของโปรแกรมเล่นการจับคู่อัตโนมัติที่จะใช้
|
minimum_automatching_players
|
uint32_t
จำนวนขั้นต่ำของผู้เล่นที่จับคู่อัตโนมัติที่จะใช้
|
player_ids
|
std::vector< std::string >
รายชื่อผู้เล่นที่ผู้เล่นดังกล่าวเลือกเพื่อเชิญให้เข้าร่วมการแข่งขัน
|
status
|
ResponseStatus ของการดำเนินการที่สร้าง Response นี้
|
แอตทริบิวต์สาธารณะ
maximum_automatching_players
uint32_t gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::maximum_automatching_players
จำนวนสูงสุดของโปรแกรมเล่นการจับคู่อัตโนมัติที่จะใช้
minimum_automatching_players
uint32_t gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::minimum_automatching_players
จำนวนขั้นต่ำของผู้เล่นที่จับคู่อัตโนมัติที่จะใช้
player_ids
std::vector< std::string > gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::player_ids
รายชื่อผู้เล่นที่ผู้เล่นดังกล่าวเลือกเพื่อเชิญให้เข้าร่วมการแข่งขัน
สถานะ
UIStatus gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::status
ResponseStatus
ของการดำเนินการที่สร้าง Response
นี้
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse Struct Reference\n\ngpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse\n========================================================\n\n`#include \u003cturn_based_multiplayer_manager.h\u003e`\n\n`Data` and `ResponseStatus` for the `ShowPlayerSelectUI` operation.\n\nSummary\n-------\n\nIf `IsSuccess(status)` returns true, the remaining fields are populated.\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [maximum_automatching_players](#structgpg_1_1_turn_based_multiplayer_manager_1_1_player_select_u_i_response_1a91723933e0e7618e9fa46529e8e41a1a) | `uint32_t` The maximum number of auto-matching players to use. |\n| [minimum_automatching_players](#structgpg_1_1_turn_based_multiplayer_manager_1_1_player_select_u_i_response_1a0aa40804f6f917c9ea2a8d8a15e86c80) | `uint32_t` The minimum number of auto-matching players to use. |\n| [player_ids](#structgpg_1_1_turn_based_multiplayer_manager_1_1_player_select_u_i_response_1a995808fbc4bed3428c439222115d43d5) | `std::vector\u003c std::string \u003e` A list of players whom the player has selected to invite to a match. |\n| [status](#structgpg_1_1_turn_based_multiplayer_manager_1_1_player_select_u_i_response_1a5579dfa67ff3c0a74cdff64a308f133b) | [UIStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1aec950ba66bff28a39c655025ce05344e) The `ResponseStatus` of the operation which generated this `Response`. |\n\nPublic attributes\n-----------------\n\n### maximum_automatching_players\n\n```c++\nuint32_t gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::maximum_automatching_players\n``` \nThe maximum number of auto-matching players to use. \n\n### minimum_automatching_players\n\n```c++\nuint32_t gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::minimum_automatching_players\n``` \nThe minimum number of auto-matching players to use. \n\n### player_ids\n\n```c++\nstd::vector\u003c std::string \u003e gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::player_ids\n``` \nA list of players whom the player has selected to invite to a match. \n\n### status\n\n```c++\nUIStatus gpg::TurnBasedMultiplayerManager::PlayerSelectUIResponse::status\n``` \nThe `ResponseStatus` of the operation which generated this `Response`."]]