Click or drag to resize
LaunchBox

IRetroAchievementsApiGetRecentlyPlayedGames Method

Gets an enumeration of games that have been recently played by the user.

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
IEnumerable<RecentlyPlayedGame> GetRecentlyPlayedGames(
	int count,
	int offset
)

Parameters

count  Int32
The number of games to retrieve.
offset  Int32
The number of games to skip (for paging).

Return Value

IEnumerableRecentlyPlayedGame
An enumeration of RecentlyPlayedGame objects that represent the recently played games. May be null if credentials have not been configured.
See Also