Click or drag to resize
LaunchBox

IDataManagerGetGameById Method

Gets a Game via the Game's ID.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
IGame GetGameById(
	string id
)

Parameters

id  String
The ID of the Game to retrieve. Maps up directly to the Game's Id property.

Return Value

IGame
The Game with the specified ID, or NULL if not found.
See Also