| IRetroAchievementsApiGetRecentlyPlayedGames Method |
Gets an enumeration of games that have been recently played by the user.
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 IEnumerable<RecentlyPlayedGame> GetRecentlyPlayedGames(
int count,
int offset
)
Function GetRecentlyPlayedGames (
count As Integer,
offset As Integer
) As IEnumerable(Of RecentlyPlayedGame)
IEnumerable<RecentlyPlayedGame^>^ GetRecentlyPlayedGames(
int count,
int offset
)
abstract GetRecentlyPlayedGames :
count : int *
offset : int -> IEnumerable<RecentlyPlayedGame>
Parameters
- count Int32
- The number of games to retrieve.
- offset Int32
- The number of games to skip (for paging).
Return Value
IEnumerableRecentlyPlayedGameAn enumeration of
RecentlyPlayedGame objects that represent the recently played games. May be null if credentials have not been configured.
See Also