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 成员