Edit

PFLeaderboardsLinkedStatisticColumn

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

See also

PFLeaderboardsTypes members