Skip to main content
作为服务器加入客户端拥有的大厅时使用的初始配置数据。

语法

成员

serverPropertyCount   uint32_t 加入大厅的服务器的初始属性数量。 在任何给定时间,最多只能有 PFLobbyMaxServerPropertyCount 个并发属性。 serverPropertyKeys   const char* const*
大小为 serverPropertyCount 的数组
加入大厅的服务器的初始属性的键。 serverPropertyValues   const char* const*
大小为 serverPropertyCount 的数组
加入大厅的服务器的初始属性的值。

要求

头文件: PFLobby.h

另请参阅

PFLobby 成员
最后修改于 2026年8月13日