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