Click or drag to resize
LaunchBox

IRetroAchievementsApiGetGamesForConsole Method

Gets an enumeration of all games with achievements that are available for the specified console ID.

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
IEnumerable<Game> GetGamesForConsole(
	string consoleId
)

Parameters

consoleId  String
The retroachievements.org console ID to retrieve the list of games for.

Return Value

IEnumerableGame
An enumeration of Game objects that represent the games available for the specified console ID. May be null if credentials have not been configured.
See Also