Click or drag to resize
LaunchBox

IRetroAchievementsApi Interface

This interface provides access to the retroachievements.org API. Use the PluginHelper's static RetroAchievementsApi property to access the instance methods of the API.

Namespace: Unbroken.LaunchBox.Plugins.RetroAchievements
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IRetroAchievementsApi

The IRetroAchievementsApi type exposes the following members.

Methods
 NameDescription
Public methodGetConsoles Gets an enumeration of all consoles that are available from retroachievements.org.
Public methodGetGameInfo Gets game information for the specified retroachievements.org game ID.
Public methodGetGameInfoWithProgress(IGame) Gets game and related user progress information for the specified game.
Public methodGetGameInfoWithProgress(String) Gets game and related user progress information for the specified retroachievements.org game ID.
Public methodGetGamesForConsole Gets an enumeration of all games with achievements that are available for the specified console ID.
Public methodGetHasCredentials Gets a Boolean value specifying whether or not LaunchBox has been configured with credentials for retroachievements.org. Does not guarantee working credentials.
Public methodGetRecentlyPlayedGames Gets an enumeration of games that have been recently played by the user.
Public methodGetUserRankAndScore Gets the current user's rank and score.
Public methodGetUserSummary Gets the users summary from retroachievements.org.
Top
See Also