Click or drag to resize
LaunchBox

IRetroAchievementsApiGetGameInfoWithProgress(IGame) Method

Gets game and related user progress information for the specified game.

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(
	IGame game
)

Parameters

game  IGame
The IGame to retrieve information for.

Return Value

GameInfoWithProgress
A GameInfoWithProgress object with all relevant information. May be null if credentials have not been configured or the game is not found.
See Also