This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

ovr_Leaderboard_WriteEntry

Writes a single entry to a leaderboard.

This request will return a message with a payload of LeaderboardUpdateStatus on the message queue.

Parameters

ParameterDescription

leaderboardName

The leaderboard for which to write the entry.

Type: const char *

score

The score to write.

Type: long long

extraData

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.

Type: const void *

extraDataLength

The length of the extra data.

Type: unsigned int

forceUpdate

If true, the score always updates. This happens even if it is not the user's best score.

Type: bool