Click or drag to resize
LaunchBox

IGameBadgeGetAppliesToGame Method

Gets a value specifying whether or not this badge applies to the specified game

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
bool GetAppliesToGame(
	IGame game
)

Parameters

game  IGame
The game to check

Return Value

Boolean
A boolean value specifying whether or not this badge applies to the game specified
See Also