Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFLeaderboardsLinkedStatisticColumn data model.
Syntax
typedef struct PFLeaderboardsLinkedStatisticColumn {
const char* linkedStatisticColumnName;
const char* linkedStatisticName;
} PFLeaderboardsLinkedStatisticColumn;
Members
linkedStatisticColumnName const char*
is null-terminated
The name of the statistic column that this leaderboard column is sourced from.
linkedStatisticName const char*
is null-terminated
The name of the statistic.
Requirements
Header: PFLeaderboardsTypes.h