| IRetroAchievementsApiGetGameInfoWithProgress(IGame) Method |
Gets game and related user progress information for the specified game.
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 GameInfoWithProgress GetGameInfoWithProgress(
IGame game
)
Function GetGameInfoWithProgress (
game As IGame
) As GameInfoWithProgress
GameInfoWithProgress^ GetGameInfoWithProgress(
IGame^ game
)
abstract GetGameInfoWithProgress :
game : IGame -> GameInfoWithProgress
Parameters
- game IGame
- The IGame to retrieve information for.
Return Value
GameInfoWithProgressA
GameInfoWithProgress object with all relevant information. May be null if credentials have not been configured or the game is not found.
See Also