Edit

PFLeaderboardsLeaderboardColumn

PFLeaderboardsLeaderboardColumn data model.

Syntax

typedef struct PFLeaderboardsLeaderboardColumn {  
    PFLeaderboardsLinkedStatisticColumn const* linkedStatisticColumn;  
    const char* name;  
    PFLeaderboardsLeaderboardSortDirection sortDirection;  
} PFLeaderboardsLeaderboardColumn;  

Members

linkedStatisticColumn   PFLeaderboardsLinkedStatisticColumn const*
may be nullptr

(Optional) If the value for this column is sourced from a statistic, details of the linked column. Null if the leaderboard is not linked.

name   const char*
is null-terminated

A name for the leaderboard column, unique per leaderboard definition.

sortDirection   PFLeaderboardsLeaderboardSortDirection

The sort direction for this column.

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members