PFLobbyServerJoinConfiguration
クライアント所有のロビーをサーバーとして参加するときに使用される初期構成データ。
構文
struct PFLobbyServerJoinConfiguration {
uint32_t serverPropertyCount;
const char* const* serverPropertyKeys;
const char* const* serverPropertyValues;
}
メンバー
serverPropertyCount
uint32_t
ロビーに参加しているサーバーの初期プロパティの数。
同時検索プロパティは、一度に PFLobbyMaxServerPropertyCount
個のみ可能です。
serverPropertyKeys
const char* const*
サイズ serverPropertyCount
の配列
ロビーに参加するサーバーの初期プロパティのキー。
serverPropertyValues
const char* const*
サイズ serverPropertyCount
の配列
ロビーに参加しているサーバーの初期プロパティの値。
要件
ヘッダー: PFLobby.h