| IRetroAchievementsApiGetGameInfo Method |
Gets game 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 GameInfo GetGameInfo(
string gameId
)
Function GetGameInfo (
gameId As String
) As GameInfo
GameInfo^ GetGameInfo(
String^ gameId
)
abstract GetGameInfo :
gameId : string -> GameInfo
Parameters
- gameId String
- The retroachievements.org game ID to retrieve information for.
Return Value
GameInfoA
GameInfo object with all relevant information. May be null if credentials have not been configured.
See Also