PFLobbyArrangedJoinConfiguration
アレンジ ロビーに参加するときに使用される初期構成データ。
構文
struct PFLobbyArrangedJoinConfiguration {
uint32_t maxMemberCount;
PFLobbyOwnerMigrationPolicy ownerMigrationPolicy;
PFLobbyAccessPolicy accessPolicy;
uint32_t memberPropertyCount;
const char* const* memberPropertyKeys;
const char* const* memberPropertyValues;
}
メンバー
maxMemberCount
uint32_t
ロビーで許可されるメンバーの最大数 (結合子がロビーの最初のメンバーである場合)。
この値は、少なくとも PFLobbyMaxMemberCountLowerLimit
で、PFLobbyMaxMemberCountUpperLimit
以下である必要があります。
クライアントが PFMultiplayerJoinLobby() または PFLobbyAddMember を呼び出してこの制限に違反した場合、操作は非同期で失敗します。
ownerMigrationPolicy
PFLobbyOwnerMigrationPolicy
結合子がロビーの最初のメンバーである場合は、ロビーの所有者の移行ポリシー。
この値を PFLobbyOwnerMigrationPolicy::Server
に設定することはできません。
accessPolicy
PFLobbyAccessPolicy
結合子がロビーの最初のメンバーである場合は、ロビーのアクセス ポリシー。
memberPropertyCount
uint32_t
ロビーの結合子の初期メンバー プロパティの数。
memberPropertyKeys
const char* const*
サイズ memberPropertyCount
の配列
ロビーの結合子の初期メンバー プロパティのキー。
メンバーごとのプロパティは、ロビーのメンバーにのみ表示されます。
memberPropertyValues
const char* const*
サイズ memberPropertyCount
の配列
ロビーの結合子の初期メンバー プロパティの値。
メンバーごとのプロパティは、ロビーのメンバーにのみ表示されます。
要件
ヘッダー: PFLobby.h