Overview
The Leaderboard abstraction unifies the functionality of leaderboard statistics across different platforms to provide a more consistent experience. This allow retrieving and updating leaderboards, as well as sorting the results.
Leaderboard Service Functions
GetLeaderboardData
Retrieves leaderboard information as requested.
Platform(s) | Steam |
---|
API | Cry::GamePlatform::ILeaderboards::GetLeaderboardData |
---|
Flow Graph Nodes | GamePlatform:Leaderboard:GetData |
---|
Schematyc Nodes | Function::GamePlatform::Leaderboards::Accounts::GetLeaderboardData |
---|
UpdateLeaderboardScore
Updates leaderboard data for the local user.
Platform(s) | Steam |
---|
API | Cry::GamePlatform::ILeaderboards::UpdateLeaderboardScore |
---|
Flow Graph Nodes | GamePlatform:Leaderboard:UpdateScore |
---|
Schematyc Nodes | Function::GamePlatform::Leaderboards::Accounts::UpdateLeaderboardScore |
---|
Leaderboard Service Events
OnLeaderboardEntryDownloaded
Fired when a leaderboard entry has been received via a GetLeaderboardData request.
Platform(s) | Steam |
---|
API | Cry::GamePlatform::ILeaderboards::IListener::OnLeaderboardEntryDownloaded |
---|
Flow Graph Nodes | GamePlatform:Listener:Leaderboard:OnLeaderboardEntryDownloaded |
---|
Schematyc Nodes | Signal::Receive::[EntityName]::Accounts::PlatformSignalReceiver::Leaderboard::OnLeaderboardEntryDownloaded |
---|