| IRetroAchievementsApiGetGamesForConsole Method |
Gets an enumeration of all games with achievements that are available for the specified console ID.
Namespace: Unbroken.LaunchBox.Plugins.RetroAchievementsAssembly: 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
)
Function GetGamesForConsole (
consoleId As String
) As IEnumerable(Of Game)
IEnumerable<Game^>^ GetGamesForConsole(
String^ consoleId
)
abstract GetGamesForConsole :
consoleId : string -> IEnumerable<Game>
Parameters
- consoleId String
- The retroachievements.org console ID to retrieve the list of games for.
Return Value
IEnumerableGameAn 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