A message with type ovrMessage_Leaderboard_WriteEntryWithSupplementaryMetric will be generated in response.
leaderboardName: const char *
The leaderboard for which to write the entry.
score: long long
The score to write.
supplementaryMetric: long long
A metric that can be used for tiebreakers.
extraData: const void *
A 2KB custom data field that is associated with the leaderboard entry. This can be a game replay or anything that provides more detail about the entry to the viewer.
extraDataLength: unsigned int
The length of the extra data.
forceUpdate: bool
If true, the score always updates. This happens ecen if it is not the user's best score.