| IGameBadgeGetAppliesToGame Method |
Gets a value specifying whether or not this badge applies to the specified game
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: 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
)
Function GetAppliesToGame (
game As IGame
) As Boolean
bool GetAppliesToGame(
IGame^ game
)
abstract GetAppliesToGame :
game : IGame -> bool
Parameters
- game IGame
- The game to check
Return Value
BooleanA boolean value specifying whether or not this badge applies to the game specified
See Also