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

另请参阅

PFLobby 成员