A challenge entry object contains information about an individual entry within a challenge.
Fields
readonly string DisplayScore[Get]
A displayable score for this challenge entry. The score is formatted with thousands separators and the relevant units are appended based on the associated leaderboard's score type.
readonly byte [] ExtraData[Get]
A 2KB custom data field that is associated with the challenge entry.
readonly UInt64 ID[Get]
The ID of this challenge entry which can be used by Challenges.GetEntriesByIds() and Challenges.GetEntries().
readonly int Rank[Get]
Challenges can be ranked by highest or lowest scores within a time period. This indicates the position of this challenge entry.
readonly long Score[Get]
The raw underlying value of the challenge entry score.
readonly DateTime Timestamp[Get]
The timestamp of the creation of this entry in the challenge.