Edit

Services C API overview - PFLeaderboards.h

Functions

Function Description
PFLeaderboardsCreateLeaderboardDefinitionAsync Creates a new leaderboard definition.
PFLeaderboardsDeleteLeaderboardDefinitionAsync Deletes a leaderboard definition.
PFLeaderboardsDeleteLeaderboardEntriesAsync Deletes the specified entries from the given leaderboard.
PFLeaderboardsGetFriendLeaderboardForEntityAsync Get the friend leaderboard for the specified entity. A maximum of 25 friend entries are listed in the leaderboard.
PFLeaderboardsGetFriendLeaderboardForEntityGetResult Gets the result of a successful PFLeaderboardsGetFriendLeaderboardForEntityAsync call.
PFLeaderboardsGetFriendLeaderboardForEntityGetResultSize Get the size in bytes needed to store the result of a GetFriendLeaderboardForEntity call.
PFLeaderboardsGetLeaderboardAroundEntityAsync Get the leaderboard around a specific entity.
PFLeaderboardsGetLeaderboardAroundEntityGetResult Gets the result of a successful PFLeaderboardsGetLeaderboardAroundEntityAsync call.
PFLeaderboardsGetLeaderboardAroundEntityGetResultSize Get the size in bytes needed to store the result of a GetLeaderboardAroundEntity call.
PFLeaderboardsGetLeaderboardAsync Get the leaderboard for a specific entity type and statistic.
PFLeaderboardsGetLeaderboardDefinitionAsync Gets the specified leaderboard definition.
PFLeaderboardsGetLeaderboardDefinitionGetResult Gets the result of a successful PFLeaderboardsGetLeaderboardDefinitionAsync call.
PFLeaderboardsGetLeaderboardDefinitionGetResultSize Get the size in bytes needed to store the result of a GetLeaderboardDefinition call.
PFLeaderboardsGetLeaderboardForEntitiesAsync Get the leaderboard limited to a set of entities.
PFLeaderboardsGetLeaderboardForEntitiesGetResult Gets the result of a successful PFLeaderboardsGetLeaderboardForEntitiesAsync call.
PFLeaderboardsGetLeaderboardForEntitiesGetResultSize Get the size in bytes needed to store the result of a GetLeaderboardForEntities call.
PFLeaderboardsGetLeaderboardGetResult Gets the result of a successful PFLeaderboardsGetLeaderboardAsync call.
PFLeaderboardsGetLeaderboardGetResultSize Get the size in bytes needed to store the result of a GetLeaderboard call.
PFLeaderboardsIncrementLeaderboardVersionAsync Increment a leaderboard version.
PFLeaderboardsIncrementLeaderboardVersionGetResult Gets the result of a successful PFLeaderboardsIncrementLeaderboardVersionAsync call.
PFLeaderboardsListLeaderboardDefinitionsAsync Lists the leaderboard definitions defined for the Title.
PFLeaderboardsListLeaderboardDefinitionsGetResult Gets the result of a successful PFLeaderboardsListLeaderboardDefinitionsAsync call.
PFLeaderboardsListLeaderboardDefinitionsGetResultSize Get the size in bytes needed to store the result of a ListLeaderboardDefinitions call.
PFLeaderboardsUnlinkLeaderboardFromStatisticAsync Unlinks a leaderboard definition from it's linked statistic definition.
PFLeaderboardsUpdateLeaderboardDefinitionAsync Updates a leaderboard definition.
PFLeaderboardsUpdateLeaderboardEntriesAsync Adds or updates entries on the specified leaderboard.