次の方法で共有


PFLobbyJoinConfiguration

ロビーに参加するときに使用される初期構成データ。

構文

struct PFLobbyJoinConfiguration {  
    uint32_t memberPropertyCount;  
    const char* const* memberPropertyKeys;  
    const char* const* memberPropertyValues;  
}  

メンバー

memberPropertyCount uint32_t

ロビーの結合子の初期メンバー プロパティの数。

memberPropertyKeys const char* const*
サイズ memberPropertyCount の配列

ロビーの結合子の初期メンバー プロパティのキー。

メンバーごとのプロパティは、ロビーのメンバーにのみ表示されます。

memberPropertyValues const char* const*
サイズ memberPropertyCount の配列

ロビーの結合子の初期メンバー プロパティの値。

メンバーごとのプロパティは、ロビーのメンバーにのみ表示されます。

要件

ヘッダー: PFLobby.h

関連項目

PFLobby メンバー