XblLeaderboardColumn

Represents a column in a collection of leaderboard items.

Syntax

typedef struct XblLeaderboardColumn {  
    const char* statName;  
    XblLeaderboardStatType statType;  
} XblLeaderboardColumn  

Members

statName
Type: const char*

The UTF-8 encoded name the statistic displayed in the column.

statType
Type: XblLeaderboardStatType

The property type of the statistic in the column.

Member of

XblLeaderboardResult

Requirements

Header: leaderboard_c.h

See also

leaderboard_c