Click or drag to resize
LaunchBox

IRetroAchievementsApiGetGameInfoWithProgress(String) Method

Gets game and related user progress information for the specified retroachievements.org game 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
GameInfoWithProgress GetGameInfoWithProgress(
	string gameId
)

Parameters

gameId  String
The retroachievements.org game ID to retrieve information for.

Return Value

GameInfoWithProgress
A GameInfoWithProgress object with all relevant information. May be null if credentials have not been configured.
See Also