Skip to main content
PFLeaderboardsGetEntityLeaderboardRequest 数据模型。加载排行榜的请求。

语法

成员

customTags   PFStringDictionaryEntry const*
may be nullptr
(可选)与请求关联的可选自定义标记(例如内部版本号、外部跟踪标识符等)。 customTagsCount   uint32_t customTags 的计数 leaderboardName   const char*
is null-terminated
排行榜的名称。 pageSize   uint32_t 要从排行榜返回的最大结果数。最小为 1,最大为 100。 startingPosition   uint32_t const*
may be nullptr
(可选)开始的索引位置。1 表示排行榜的开头。 version   uint32_t const*
may be nullptr
(可选)排行榜的可选版本,默认为当前版本。

要求

头文件: PFLeaderboardsTypes.h

另请参阅

PFLeaderboardsTypes 成员
最后修改于 2026年8月28日